__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.venv/
venv/
*.db
*.sqlite
*.sqlite3
.DS_Store
# Generated dogfood evidence — per-run JSON reports + inspector audit journals.
reports/
# Secrets — dogfood agents read ANTHROPIC_API_KEY from here. Never commit.
.env
.gstack/
*.demo.json

# Kept local, out of the repo (operator HTML notes, demos, and the tests that
# exercise the demo/dogfood/sims scaffolding). Files still live on disk.
# docs/ is now TRACKED shipped documentation; notes/ is the local HTML scratch.
notes/
examples/
tests/test_dogfood*.py
tests/test_sims_*.py
tests/test_openclaw*.py
tests/test_coding_cli_gateway.py
tests/test_local_airgap.py
tests/test_demo_session.py

# Scratch — Claude session dumps, demo VO, recovered sessions.
*-convo.txt
*-session-replay.txt
recovered-session-*.txt
*-vo.txt
TASK.md

# Internal strategy / ops — THIS REPO IS PUBLIC, so these stay LOCAL ONLY (the ops
# dashboard + strategy live in a separate PRIVATE repo). Never commit to the public repo.
roadmap.md
distribution.md
features.md
distribution/drafts/
tasks/
ops/
