# Local-only design/plan docs — never committed (see CLAUDE.md)
docs/superpowers/

# Subagent-driven-development scratch: briefs, reports, review diffs, ledger
.superpowers/

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

# Zensical docs site build output (source lives in docs/public/)
site/

# macOS
.DS_Store

# Secrets — never commit (a pre-commit gitleaks scan also guards against this)
.env
.env.*
*.pem
*.key
secrets.*

