# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv


# Docs are local-only: the brief, specs, plans, and the decision backlog all
# stay on the author's machine and out of the published tree.
docs/

# Secrets. The demo agent reads OPENROUTER_API_KEY from here; it must never
# reach the tree. Committed once, a key is compromised even if later removed.
.env
.env.*
!.env.example

# Sessions captured by the demo agent -- real prompts, possibly real data.
# demo-sessions/ (no leading dot) is the path demo/README.md actually tells
# people to use; .demo-sessions/ and sessions/ are covered too since nothing
# forces a caller to use the documented name.
demo-sessions/
.demo-sessions/
sessions/

# SDD working directory (ledgers, briefs, review packages).
.superpowers/

# MkDocs Material site: docsite/pages/ is the tracked source; docsite/site/
# is `mkdocs build`'s generated output and is rebuilt by CI on every deploy.
docsite/site/