.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.coverage
htmlcov/
.env
.env.*
!.env.example


# Local tool/editor state — machine-specific, never pushed.
.claude/
.codecanvas/
.vscode/


# Superpowers design/spec scratch — working notes, not project documentation.
docs/superpowers/

# 로컬 자격증명 — 절대 커밋 금지.
a.txt
*.token
