# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Distribution / packaging
*.whl
*.tar.gz

# Testing
.tox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
*.log

# IDEs
.idea/
.vscode/
*.swp
*~

# OS
.DS_Store
Thumbs.db

# Claude
.claude/
