# Personal design/planning docs — not part of the open-source surface
docs/superpowers/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
/data/

# Local environment files (but keep the template)
.env
!.env.example

# Engine runtime artefacts
.cache/
.pytest_cache/
test-results/
*.engine-index.jsonl
*.engine-index.meta.json
