# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies /node_modules /.pnp .pnp.* .yarn/* !.yarn/patches !.yarn/plugins !.yarn/releases !.yarn/versions # testing /coverage # next.js /.next/ /out/ # production /build # misc .DS_Store *.pem # debug npm-debug.log* yarn-debug.log* yarn-error.log* # env files (can opt-in for committing if needed) .env* # vercel .vercel # typescript *.tsbuildinfo next-env.d.ts # IntelliJ IDEA .idea/ *.iml *.iws *.ipr out/ .idea_modules/ # VS Code .vscode/ *.code-workspace # Local environment variables .env.local .env.development.local .env.test.local .env.production.local # Runtime data pids *.pid *.seed *.pid.lock # Logs logs *.log # ESLint cache .eslintcache # Optional npm cache directory .npm # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # Database files (exclude local development databases) files/*.db files/*.sqlite files/*.sqlite3 # But include template database !files/*.template.db # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Temporary files *.tmp *.temp # Claude Code settings (if you want to keep them private) .claude/settings.local.json