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

# Virtual environments
.venv/
venv/
env/

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

# Mypy
.mypy_cache/

# Ruff
.ruff_cache/

# IDEs
.claude/
.idea/
.vscode/
*.iml

# OS
.DS_Store
Thumbs.db

# Spike / scratch
scratch/

# Misc
.env