.gitignore 307 B

123456789101112131415161718192021222324252627
  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
  20. ffmpeg.exe
  21. ffprobe.exe
  22. asr-label*
  23. /.cache
  24. /fishenv
  25. /.locale
  26. /demo-audios
  27. ref_data*