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

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

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

# IDE / editors
.vscode/
.idea/
*.swp
*.swo
*~
.project
.settings/

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.pytype/
.pyre/

# Linting
.ruff_cache/

# OS files
.DS_Store
Thumbs.db
ehthumbs.db

# Environment / secrets
.env
.env.*
!.env.example
*.pem
*.key
credentials.json

# Jupyter
.ipynb_checkpoints/

# MkDocs build output
site/

# Claude Code — local/ephemeral
.claude/settings.local.json
.claude/worktrees/
CLAUDE.local.md

# Hypothesis test cache
.hypothesis/

# Temp files
*.tmp
*.bak
*.log
