.gitignore 134 B

123456789
  1. dist
  2. node_modules
  3. # Integration test temp files
  4. integration-tests/**/*.log
  5. **/kilocode-cli-tests/
  6. # Unit test temp files
  7. test-temp/