# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
.output
stats.html
stats-*.json
.wxt
web-ext.config.ts

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.wxt/chrome-data

# Environment and secrets
.env*
!.env.example
*.pem
*.key

# Claude Code
.claude/

# Internal docs
apps/docs/superpowers/
.superpowers/
.worktrees/

# Local agent/skills tooling
.agents/
skills-lock.json

# Bench artifacts
.bench/

# Background job pids
*.pid

# Playwright default output directories
playwright-report/
test-results/
