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

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
.import_linter_cache/

# Test-supervisor / gates output
.gates/

# Virtualenvs
.venv/
venv/

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store

# Claude local config — archived originals (active local profile ignored globally)
.claude/org/
.claude/settings.local.json

# Session-hook state + kill-switch sentinel (SHP-08, SHP-10)
.claude/state/
.claude/mgf-hooks-disabled

# Local secrets / tokens — NEVER committed (AG-18, PKG-03, SECURITY)
my_stuff/
