__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.venv/
venv/
dist/
build/
*.whl
*.tar.gz
.mypy_cache/
.DS_Store
coverage.xml

# Private operator tooling — never published. See .deploy/specs/ for design.
.deploy/

# Per-machine Claude Code permission overrides
.claude/settings.local.json
