.gitignore 328 B

1234567891011121314151617181920212223242526272829303132333435
  1. __pycache__
  2. model
  3. vc
  4. txt2
  5. testdb.db
  6. *.baiduyun.uploading.cfg
  7. *.7z
  8. vectorstore_path
  9. *.tmp
  10. xw
  11. txt*
  12. *.001
  13. *.002
  14. *.003
  15. cpu
  16. 新建文件夹
  17. record.db
  18. #environment
  19. /venv/
  20. .venv
  21. venv.bat
  22. WPy64-*
  23. *.bin
  24. vectorstore_path*
  25. config.yml
  26. memory
  27. .history
  28. *.zip
  29. autos/inner.js
  30. llms/convert_rwkv.py
  31. convert_safetensors.py
  32. llms/convert_rwkv.py
粤ICP备19079148号