# Node
node_modules/
npm-debug.log*
package-lock.json

# Next.js
.next/
dist/

# Env
.env
.env.local
.env*.local
.env.production

# API
apps/api/node_modules/
apps/api/dist/
apps/api/.railway/
apps/api/benchmark/

# Dashboard
apps/dashboard/.next/
apps/dashboard/node_modules/
apps/dashboard/dist/

# Demo
apps/demo/.next/
apps/demo/node_modules/
apps/demo/dist/
apps/demo/.vercel/

# Deployment
.vercel
.railway

# Spec & Claude Completion Reports
Spec for Demo.pdf
Demo UI Spec.pdf
test-demo*.json
*.pdf
COMPLETE_IMPLEMENTATION_SUMMARY.md
DEMO_API.md
DEMO_UI_IMPLEMENTATION.md
IMPLEMENTATION_SUMMARY.md
QUICK_START.md
RUNNING_THE_DEMO.md
demo-test-suite.sh

# Local mac file
.DS_Store

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
