# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg

# Build / dist
build/
dist/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
env/
.env

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

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

# Editor / OS
.DS_Store
._*
.idea/
.vscode/
*.iml
*~
\#*\#
.\#*

# Logs
*.log
logs/

# Local SQLite
*.db
*.sqlite
*.sqlite3

# Local test fixtures (keep code, not data)
test-data/

# Claude Code tooling
.claude/
