.gitignore 351 B

12345678910111213141516171819202122232425262728293031
  1. .DS_Store
  2. .pgx.*
  3. .pdm-python
  4. /fish_speech.egg-info
  5. __pycache__
  6. /results
  7. /data
  8. /*.test.sh
  9. *.filelist
  10. filelists
  11. /fish_speech/text/cmudict_cache.pickle
  12. /checkpoints
  13. /.vscode
  14. /data_server/target
  15. /*.npy
  16. /*.wav
  17. /*.mp3
  18. /*.lab
  19. /results
  20. /data
  21. /.idea
  22. ffmpeg.exe
  23. ffprobe.exe
  24. asr-label*
  25. /.cache
  26. /fishenv
  27. /.locale
  28. /demo-audios
  29. /references
  30. /example
  31. /faster_whisper