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

# Tests / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
coverage.xml
*.cover

# Type checkers
.mypy_cache/
.pyright_cache/
.ty_cache/

# Tooling
.ruff_cache/
.venv/
venv/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Suzerain runtime
.suzerain/proposed/
.suzerain/snapshots/

# Local-only design artifacts (archived outside the repo per DG005)
docs/superpowers/

# Test-generated fixtures (built at test time, not committed)
tests/fixtures/handbook_mini_root/
