.gitignore 781 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # ---- Binaries / build outputs ----
  2. /vocat
  3. /vocat.exe
  4. /build/
  5. /release.py
  6. /build/vocat
  7. /build/vocat-linux-amd64
  8. /build/vocat-linux-amd64.exe
  9. *.exe
  10. *.dll
  11. *.so
  12. *.dylib
  13. # ---- Cookie / secret files (NEVER commit) ----
  14. vc.jar
  15. *.cookies
  16. *.session
  17. # ---- Frontend build products ----
  18. web/dist/
  19. web/build/
  20. web/node_modules/
  21. # ---- Go build ----
  22. *.test
  23. *.out
  24. # ---- Python (build/ helpers) ----
  25. build/__pycache__/
  26. __pycache__/
  27. *.pyc
  28. # Local-only helpers carry internal hostnames/credentials and must never be
  29. # committed. The whole build directory and the root release.py are ignored.
  30. build/*.py
  31. # ---- Docs / scratch ----
  32. *.md
  33. !README.md
  34. *.txt
  35. build/lists/
  36. # ---- Editor / IDE ----
  37. .vscode/
  38. .idea/
  39. # ---- OS junk ----
  40. .DS_Store
  41. Thumbs.db
  42. # ---- Claude Code / agent ----
  43. .claude/