.gitignore 780 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # Local secrets
  2. .env
  3. .env.*
  4. *.local
  5. # Generated outputs
  6. outputs/
  7. dist/
  8. # Scratch / tooling run dirs
  9. .codex-run/
  10. .playwright-cli/
  11. _devin_tmp/
  12. _tihao_ref/
  13. tmp-verify/
  14. voc-verify*/
  15. _count_ec.js
  16. _inspect_jo.js
  17. _oss_probe.ps1
  18. # Python caches
  19. __pycache__/
  20. *.pyc
  21. # Build artifacts (npm pack tarballs / loose zips)
  22. *.tgz
  23. claude-code/*.zip
  24. # Generated runtime memory
  25. memory/douyin-speaking-history.json
  26. # Scratch run logs
  27. build.out
  28. fulltest.out
  29. fulltest.err
  30. publish.out
  31. # Dependencies
  32. node_modules/
  33. # Session transfer / local-only material
  34. .devin-transfer/
  35. inputs/
  36. milin-clashverge-wireguard-udp443.yaml
  37. # Backup files
  38. *.bak-*
  39. # Generated runtime outputs
  40. output/
  41. # 企微助手本地运行日志与测试数据
  42. *.log
  43. qwmsgs.json
  44. qwmsgs500.json
  45. qwrooms-once.json
  46. qwsessions.json