.gitignore 277 B

123456789101112131415161718192021
  1. .venv/
  2. __pycache__/
  3. *.pyc
  4. .env
  5. .uv-cache/
  6. .pytest_cache/
  7. *.log
  8. api_log/
  9. output/
  10. dist/
  11. # 大文件与敏感数据(不推送)
  12. .idea/
  13. .agents/
  14. .codex/
  15. # 模型文件不推送(保留 models/ 目录本身)
  16. models/Qwen3-Embedding-0.6B/
  17. # 业务数据整体不推送
  18. data/