# Python
__pycache__/
*.py[oc]
*.pyo

# Build & packaging
build/
dist/
wheels/
*.egg-info/
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
env/

# uv
.python-version

# Testing & coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Linting
.ruff_cache/

# IDE & editors
.vscode/
.idea/
*.swp
*.swo
*~

# Claude Code
.claude/

# OS
.DS_Store
Thumbs.db

# Secrets / local config
.env
.env.*
*.local
