.gitignore 342 B

123456789101112131415161718192021222324252627282930
  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. /results
  19. /data
  20. /.idea
  21. ffmpeg.exe
  22. ffprobe.exe
  23. asr-label*
  24. /.cache
  25. /fishenv
  26. /.locale
  27. /demo-audios
  28. ref_data*
  29. /example
  30. /faster_whisper