# Claude Code configuration and cache
.claude/settings.local.json
.claude/agents/
.serena/cache/

# Logs
*.log
server.log

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE files
.vscode/
.idea/
*.swp
*.swo

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
env.bak/
venv.bak/

# Temporary files
*.tmp
*.temp
# verification working notes (kept out of git; see docs/superpowers/specs)
.verify-notes/
data/raw/
node_modules/
.venv/
# static site build output (npm run build:site); deploy prep only
dist/
