.DS_Store
experiment-agent/
docs/superpowers/

# Local working context (codex review logs, hand-off prompts, brief drafts).
# Anything under .context/ or .codex-rounds/ is per-session scratch and must
# not be committed.
.context/
.codex-rounds/
# Session resume / hand-off checkpoints (repo-root only). Private working-process
# notes; must never reach the public repo.
/checkpoints/

# Python bytecode / pytest cache.
__pycache__/

# Private ROADMAP is intentionally gitignored and maintained outside this public repo
ROADMAP.md

# Local tooling scratch directory (not part of the project)
.gstack/
.coverage
.coverage.*
htmlcov/

# Knowledge-graph local artifacts (do not commit)
/graphify-out/

# Maintainer-local working documents (never part of the public project)
/deliverables/

# Plugin eval run artifacts (HTML reports + aggregate JSON; regenerated by `claude plugin eval`)
/plugin-evals/results/
/plugin-evals-citation-check/results/
