# Dependencies
node_modules/

# Build output (rebuilt automatically by the build workflow)
dist/
**/dist/
*.js.map
licenses.txt

# Testing
coverage/
.env
.env.local

# OS files
.DS_Store
Thumbs.db

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

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/review-pr/agents/evals/results

# act (local GitHub Actions runner) — these are gitignored by convention;
# .actrc IS committed (no secrets). Temp env files go to /tmp/ (outside repo).
.input
.secrets
