.gitignore 224 B

12345678910111213141516171819
  1. .pgx.*
  2. .pdm-python
  3. /fish_speech.egg-info
  4. __pycache__
  5. /results
  6. /data
  7. /*.test.sh
  8. *.filelist
  9. filelists
  10. /fish_speech/text/cmudict_cache.pickle
  11. /checkpoints
  12. /.vscode
  13. /data_server/target
  14. /*.npy
  15. /*.wav
  16. /*.mp3
  17. /results
  18. /data
  19. /.idea