.gitignore 957 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # Dependencies
  2. node_modules/
  3. # Build output
  4. dist/
  5. .cmem
  6. # IDE
  7. .idea/
  8. .vscode/
  9. *.swp
  10. *.swo
  11. *~
  12. # OS
  13. .DS_Store
  14. Thumbs.db
  15. # Test coverage
  16. /coverage/
  17. .nyc_output/
  18. # Environment
  19. .env
  20. .env.local
  21. .env.*.local
  22. # Logs
  23. *.log
  24. npm-debug.log*
  25. # TypeScript build info
  26. *.tsbuildinfo
  27. # SQLite WAL mode files
  28. *.db-wal
  29. *.db-shm
  30. # Local Claude settings
  31. .claude/settings.local.json
  32. .claude/scheduled_tasks.lock
  33. .claude/handoffs/
  34. # Parallels Windows VM SSH/connection config (local machine, see CLAUDE.md)
  35. .parallels
  36. # Confidential business / product / strategy docs — must NOT land in the
  37. # public engine repo (see the IP boundary in CLAUDE.md)
  38. docs/business/
  39. # CodeGraph data directories (in test projects)
  40. .codegraph/
  41. test_frameworks
  42. # Test language repos for manual testing
  43. test-languages/
  44. nul
  45. release/
  46. .antigravitycli/
  47. # Local-only: browser-based tmux session launcher (see tmux-web/README.md)
  48. tmux-web/
  49. assets/__pycache__/
  50. assets/generate-waitlist.py