__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.ruff_cache/
dist/
build/
*.html
!tests/**/*.html
# Secrets and local env — never commit
.env
.env.*
logs/
# Local tooling scratch
.claude/
.playwright-mcp/
# Per-project scan config written by the setup wizard
.gaslight.json

# scale-test clones/output
harness/.scale-work*/

# Internal, local-only material — never commit or publish (some hold secrets).
# Belt-and-suspenders: these are already ignored via global excludes, but naming
# them here keeps the intent explicit and survives fresh clones.
council/
docs/brain/
harness/hunt*
BRAIN_BRIDGE.md
SYSTEM_DESIGN.md
