.gitignore 379 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .idea
  2. .vscode
  3. .zed
  4. .history
  5. upload
  6. *.exe
  7. *.db
  8. build
  9. *.db-journal
  10. logs
  11. web/default/dist
  12. web/classic/dist
  13. web/node_modules
  14. web/dist
  15. .env
  16. one-api
  17. new-api
  18. /__debug_bin*
  19. .DS_Store
  20. tiktoken_cache
  21. .eslintcache
  22. .gocache
  23. .gomodcache/
  24. .cache
  25. plans
  26. .claude
  27. .cursor
  28. electron/node_modules
  29. electron/dist
  30. data/
  31. .gomodcache/
  32. .gocache-temp
  33. .gopath
  34. .test
  35. token_estimator_test.go
  36. skills-lock.json