# Build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc

# Virtual envs
.venv/
venv/

# IDEs
.vscode/
.idea/

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db
