# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
*.dist-info/

# Virtual environments
.venv/
venv/
env/

# Build output
dist/
build/

# Test / lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Editor / tooling (local only, not project config)
.claude/
.idea/
.vscode/
*.swp
