# local strategy / launch notes (not part of the public OSS tree)
docs-private/

# secrets — never commit
.env
.env.local
.env.*.local

# virtual environment
.venv/

# Python artefacts
__pycache__/
*.pyc
*.pyo

# build + packaging
dist/
build/
*.egg-info/
.release_notes_tmp.md

# superpowers brainstorm sessions (local mockups)
.superpowers/

# tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

.created_images*
.ipynb_checkpoints/