.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. # See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
  2. # Compiled output
  3. /dist
  4. /tmp
  5. /out-tsc
  6. /bazel-out
  7. /outputs
  8. # Node
  9. /node_modules
  10. **/node_modules/
  11. npm-debug.log
  12. yarn-error.log
  13. # IDEs and editors
  14. .idea/
  15. .project
  16. .classpath
  17. .c9/
  18. *.launch
  19. .settings/
  20. *.sublime-workspace
  21. # Visual Studio Code
  22. .vscode/*
  23. !.vscode/settings.json
  24. !.vscode/tasks.json
  25. !.vscode/launch.json
  26. !.vscode/extensions.json
  27. .history/*
  28. # Miscellaneous
  29. /.angular/cache
  30. .sass-cache/
  31. /connect.lock
  32. /coverage
  33. /libpeerconnection.log
  34. testem.log
  35. /typings
  36. # System files
  37. .DS_Store
  38. Thumbs.db
  39. /.cursor
  40. /.trae
  41. /.kiro
  42. # Large binary files (docs/assets)
  43. *.pptx
  44. *.xlsx
  45. *.docx
  46. *.xmind
  47. *.pdf
  48. docs/**/*.png
  49. docs/**/*.jpg
  50. # Large data files (raw API responses)
  51. scripts/fragrance-report-data.json
  52. scripts/fragrance-reviews.json
  53. # Backend runtime artifacts
  54. voc-ai-server-demo/logs/
  55. # Dev/test artifacts
  56. .codex-run/
  57. .playwright-cli/
  58. /output/
  59. docs/5.11/
  60. # Devin temp output / local data backups
  61. _devin_cf.*
  62. backups/
  63. # Devin session scratch / local analysis artifacts (repo root)
  64. /*.log
  65. /*.out
  66. /*.diff
  67. /*.ps1
  68. /*.txt
  69. /_*.md
  70. # Devin: local Parse data export + portable pg client (large, do not commit)
  71. _export/
  72. _pgtools/