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

# Environments
.venv/
venv/
.env

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Docs build output
site/

# Editors & OS
.idea/
.vscode/
.DS_Store

# Local Claude Code settings (project settings are committed)
.claude/settings.local.json

# macOS iCloud / Dropbox sync-conflict duplicates (e.g. "file 2.py", ".coverage 3")
* [0-9]
* [0-9].*
