# Dependencies
node_modules/

# Test scripts (not for repo)
scripts/generate-test-messages.sh
scripts/routing-experiments.sh
scripts/experiment-results.json
scripts/qa-test-workspace.sh

# QA test scripts and evidence (never committed)
qa/

# Build output
dist/
dist-tsgo/
build/
.next/
out/
*.log

# Prisma generated client (regenerated from schema)
**/src/generated/

# Environment (secrets)
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

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

# OS
.DS_Store
Thumbs.db

# Debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Test coverage
coverage/
.nyc_output/

# Docker volumes (local data)
postgres-data/
redis-data/
ollama-data/
mongo-data/
rabbitmq-data/
file-storage-data/

# Reference zip files
*.zip

# TLS / SSL — local mkcert-issued certs and CA private key.
# The leaf cert + root CA are per-developer; rerunning scripts/install-tls.sh
# regenerates them. Never commit private keys.
certs/
*.pem
*.crt
*.key
!apps/claw-frontend/public/**/*.key

# Misc
*.tsbuildinfo
.turbo/

.claude/
plan-prompts/
tmp/
tmp/qa-run.log
qa-run.log

apps/claw-frontend/scripts/
!apps/claw-frontend/scripts/run-vitest.cjs