.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. !docs/goal.md
  49. docs/plans
  50. docs/superpowers
  51. # Python
  52. __pycache__/
  53. *.py[cod]
  54. *$py.class
  55. *.so
  56. .Python
  57. env/
  58. build/
  59. develop-eggs/
  60. dist/
  61. downloads/
  62. eggs/
  63. .eggs/
  64. lib/
  65. lib64/
  66. parts/
  67. sdist/
  68. var/
  69. wheels/
  70. *.egg-info/
  71. .installed.cfg
  72. *.egg
  73. captures/
  74. # Rust companion build artifacts
  75. companion/target/
  76. # BEGIN oh-my-opencode-slim clonedeps
  77. .slim/clonedeps/repos/
  78. # END oh-my-opencode-slim clonedeps
  79. # BEGIN oh-my-opencode-slim worktrees
  80. .slim/worktrees/
  81. .slim/worktrees.json
  82. # END oh-my-opencode-slim worktrees
  83. # Deepwork session artifacts
  84. .slim/deepwork/
  85. .codegraph/
  86. companion/VIDEOS/