.gitignore 747 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. CLAUDE.local.md
  2. .env
  3. node_modules/
  4. lib/
  5. *.tsbuildinfo
  6. pnpm-debug.log
  7. .pnpm-store/
  8. .cache/
  9. examples/*/*.jsonl
  10. .storages/
  11. .sessions/
  12. examples/*/.sessions/
  13. coverage/
  14. .coverage-times.json
  15. .doc-typecheck-*/
  16. .node-next-types-*/
  17. .oxlint-contract-*/
  18. .oxlintrc.contract-*.json
  19. oxlint-contract-*.ts
  20. .humanize/
  21. tmp/
  22. .claude/commands/
  23. .claude/launch.json
  24. .claude/settings.json
  25. .vscode/
  26. .DS_Store
  27. .idea
  28. mise.toml
  29. dist-exe/
  30. python/sdk-runtime/src/deepseek_harness_runtime/runtime/deepseek-harness-sdk-runtime-*
  31. python/sdk-runtime/src/deepseek_harness_runtime/runtime/node/
  32. python/**/__pycache__/
  33. python/**/.pytest_cache/
  34. packages/**/__pycache__/
  35. apps/web/dist/
  36. .artifacts/
  37. .dsh-build/
  38. .playwright-mcp/
  39. .orig
  40. .worktrees/
  41. worktrees/
  42. .agents/worktrees/
  43. .typert-*/