.gitignore 206 B

1234567891011121314151617181920
  1. *.pyc
  2. *.aux
  3. *.log
  4. *.out
  5. *.synctex.gz
  6. *.suo
  7. *__pycache__
  8. *.idea
  9. *.ipynb_checkpoints
  10. *.pickle
  11. *.npy
  12. *.blg
  13. *.bbl
  14. *.bcf
  15. *.toc
  16. *.wav
  17. *.sh
  18. encoder/saved_models/*
  19. synthesizer/saved_models/*
  20. vocoder/saved_models/*