.gitignore 723 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. # Dependencies
  2. node_modules/
  3. # Build output
  4. dist/
  5. # Environment files
  6. .env
  7. .env.local
  8. .env.*.local
  9. .ignore
  10. # Editor/IDE
  11. .vscode/
  12. .idea/
  13. *.swp
  14. *.swo
  15. *~
  16. # OS files
  17. .DS_Store
  18. Thumbs.db
  19. # Logs
  20. *.log
  21. npm-debug.log*
  22. yarn-debug.log*
  23. yarn-error.log*
  24. # TypeScript cache
  25. *.tsbuildinfo
  26. # Test coverage
  27. coverage/
  28. # Temporary files
  29. tmp/
  30. temp/
  31. local
  32. .sisyphus/
  33. .hive/
  34. .opencode/
  35. .claude/
  36. .ignore
  37. opencode
  38. oh-my-opencode
  39. opencode.jsonc
  40. # AI Memory
  41. .aim/
  42. # Planning docs (not for commit)
  43. TIMEOUT_PLAN.md
  44. GOAL.md
  45. GOALS.md
  46. PR-NOTES.md
  47. REVIEW.md
  48. # Python
  49. __pycache__/
  50. *.py[cod]
  51. *$py.class
  52. *.so
  53. .Python
  54. env/
  55. build/
  56. develop-eggs/
  57. dist/
  58. downloads/
  59. eggs/
  60. .eggs/
  61. lib/
  62. lib64/
  63. parts/
  64. sdist/
  65. var/
  66. wheels/
  67. *.egg-info/
  68. .installed.cfg
  69. *.egg