# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.whl
*.so
MANIFEST

# Virtual envs
.venv/
venv/
env/
ENV/

# Distribution
.pyc
pip-wheel-metadata/
share/python-wheels/

# Testing
.tox/
.nox/
.cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyright/
.ruff_cache/

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

# Env files
.env
.env.*

# Claude Code work dir
.claude-work/

# OS
.DS_Store
Thumbs.db
