__pycache__/
*.py[cod]
build/
dist/
*.egg-info/
.venv/
.pytest_cache/
.mypy_cache/
.DS_Store

# Per-developer secret vaults + registry (plaintext secrets, tokens, file paths).
# NEVER commit this — it holds credentials. Also where local session/usage state
# (e.g. sessions/<id>.usage) lands when the CLI or its tests run against ROOT.
/.charter/

# SDD scratch (review packages, task briefs) — never publish
.superpowers/
