__pycache__/
*.py[cod]
*.pyo
.venv/
dist/
*.egg-info/
.mypy_cache/
.ruff_cache/
.pytest_cache/
bench/results/

# Local runtime state (autoresearch mutation archive, etc.)
.localharness/

# Secrets — never commit
.env
.env.*

# Internal-only docs (GSD planning, competitive notes)
.planning/
docs/competitive/

# Live dogfood artifacts (search-verifier ledger writes here per UTC day)
reports/

# Local tool settings
.claude/

# Local steering docs + architect trail (local-only, not part of the public repo)
/CLAUDE.md
/INDEX.md
/ARCHITECT-REVIEW.md
