.gitignore 169 B

123456789101112131415161718
  1. .DS_Store
  2. .vscode
  3. __pycache__
  4. *.pyc
  5. env
  6. runtime
  7. .idea
  8. output
  9. logs
  10. reference
  11. GPT_weights
  12. SoVITS_weights
  13. GPT_weights_v2
  14. SoVITS_weights_v2
  15. TEMP
  16. weight.json
  17. ffmpeg*
  18. ffprobe*