.gitignore 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. # Logs
  2. logs
  3. *.log
  4. npm-debug.log*
  5. yarn-debug.log*
  6. yarn-error.log*
  7. lerna-debug.log*
  8. # Diagnostic reports (https://nodejs.org/api/report.html)
  9. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  10. # Runtime data
  11. pids
  12. *.pid
  13. *.seed
  14. *.pid.lock
  15. **/server/database/*.db
  16. **/server/database/*.db-*
  17. # Directory for instrumented libs generated by jscoverage/JSCover
  18. lib-cov
  19. # Coverage directory used by tools like istanbul
  20. coverage
  21. *.lcov
  22. # nyc test coverage
  23. .nyc_output
  24. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  25. .grunt
  26. # Bower dependency directory (https://bower.io/)
  27. bower_components
  28. # node-waf configuration
  29. .lock-wscript
  30. # Compiled binary addons (https://nodejs.org/api/addons.html)
  31. build/Release
  32. # Dependency directories
  33. node_modules/
  34. jspm_packages/
  35. # Snowpack dependency directory (https://snowpack.dev/)
  36. web_modules/
  37. # TypeScript cache
  38. *.tsbuildinfo
  39. # Optional npm cache directory
  40. .npm
  41. # Optional eslint cache
  42. .eslintcache
  43. # Optional stylelint cache
  44. .stylelintcache
  45. # Optional REPL history
  46. .node_repl_history
  47. # Output of 'npm pack'
  48. *.tgz
  49. # Yarn Integrity file
  50. .yarn-integrity
  51. # dotenv environment variable files
  52. .env
  53. .env.*
  54. !.env.example
  55. # parcel-bundler cache (https://parceljs.org/)
  56. .cache
  57. .parcel-cache
  58. # Next.js build output
  59. .next
  60. out
  61. # Nuxt.js build / generate output
  62. .nuxt
  63. dist
  64. .output
  65. # Gatsby files
  66. .cache/
  67. # Comment in the public line in if your project uses Gatsby and not Next.js
  68. # https://nextjs.org/blog/next-9-1#public-directory-support
  69. # public
  70. # vuepress build output
  71. .vuepress/dist
  72. # vuepress v2.x temp directory
  73. .temp
  74. # Sveltekit cache directory
  75. .svelte-kit/
  76. # vitepress build output
  77. **/.vitepress/dist
  78. # vitepress cache directory
  79. **/.vitepress/cache
  80. # Docusaurus cache and generated files
  81. .docusaurus
  82. # Serverless directories
  83. .serverless/
  84. # FuseBox cache
  85. .fusebox/
  86. # DynamoDB Local files
  87. .dynamodb/
  88. # Firebase cache directory
  89. .firebase/
  90. # TernJS port file
  91. .tern-port
  92. # Stores VSCode versions used for testing VSCode extensions
  93. .vscode-test
  94. # pnpm
  95. .pnpm-store
  96. # yarn v3
  97. .pnp.*
  98. .yarn/*
  99. !.yarn/patches
  100. !.yarn/plugins
  101. !.yarn/releases
  102. !.yarn/sdks
  103. !.yarn/versions
  104. # Vite files
  105. vite.config.js.timestamp-*
  106. vite.config.ts.timestamp-*
  107. .vite/
  108. # Local recording / artifacts
  109. artifacts/
  110. # Raw .mov source files at the assets/ root (only the derived .gif
  111. # README assets are tracked; the .mov originals stay local).
  112. assets/*.mov
  113. # Locally regenerated demo video — kept out of the repo so each
  114. # re-export doesn't churn a 50MB blob.
  115. assets/result/ios_game_result.mp4
  116. # third-party
  117. third-party/
  118. # Project-local PilotDeck overrides (per-project .pilotdeck/pilotdeck.yaml etc)
  119. .pilotdeck/
  120. # Cursor IDE local rules, skills, and workspace metadata
  121. .cursor/
  122. # Playwright MCP browser session artifacts (console / page snapshots)
  123. .playwright-mcp/
  124. # Desktop bundle tars (build artifacts, regenerated by release.sh)
  125. apps/desktop/resources/*.tar
  126. # macOS folder metadata
  127. .DS_Store
  128. **/.DS_Store
  129. # WCB benchmark output (large, per-run data)
  130. wcb-output/
  131. # Temporary download artifacts
  132. arxiv_response.xml
  133. # Bun artifacts (project uses pnpm)
  134. bun-bin/
  135. bun.lock
  136. # npm lock file (project uses pnpm)
  137. package-lock.json
  138. # Test output
  139. test-results/
  140. # Auto-Research-Skills (local-only)
  141. Auto-Research-Skills/
  142. # Local agent notes
  143. CLAUDE.md