# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
.pytest_cache/
.ruff_cache/
.hypothesis/
.mutmut-cache
html/

# uv / venv
.venv/

# Task runner cache
.task/

# Coverage
.coverage
.coverage.*
coverage.xml
htmlcov/

# OCX caches
.ocx/

# MkDocs output
site/

# Editor / OS
.DS_Store
.idea/
.vscode/

# Local agent telemetry (model-routing hook)
.claude/state/
.lycheecache
.agents/worktrees/

# direnv local activation state (.envrc itself IS tracked)
.direnv/
