# === Dev / IDE ===
.claude/
.superpowers/
.DS_Store
.git/

# === Build artifacts & dependencies ===
scripts/node_modules/
scripts/package-lock.json

# === Go build (binary is platform-specific, users build from source) ===
cavekit

# === Internal docs & planning (not needed by consumers) ===
docs/superpowers/
TODO.md

# === Context working directories (populated per-project, not plugin content) ===
context/refs/
context/impl/archive/
context/sites/
