.gitignore 774 B

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