# 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

# RLM harness runtime artefacts — indexes, conversations, history
rlm/data/
