# No trailing slash: the slash form only ignores directories, so a
# node_modules SYMLINK (common in linked worktrees) slips into git add -A.
# One did exactly that in db018f7 and had to be removed again in c642787.
node_modules
dist/
*.tgz

# OS
.DS_Store
Thumbs.db

# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Planning artifacts (internal, not shipped)
docs/superpowers/
.claude/
/CLAUDE.md

# Config / secrets
.env
.env.*
*.pem
*.key

# Debug / logs
*.log
npm-debug.log*

# Cache
.cache/
*.sqlite

# Build artifacts
*.tsbuildinfo

# Local Discord brand / promo assets not yet ready to publish
assets/discord-*.png

# Desktop app experiments
desktop/

# Mac App Store app (private)
appstore/

# WIP / not ready
src/summit.ts
