.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
