mirror of https://github.com/coqui-ai/TTS.git
Update gitignore
This commit is contained in:
parent
d2d914cbc0
commit
787f6177c0
|
@ -124,7 +124,9 @@ version.py
|
||||||
# jupyter dummy files
|
# jupyter dummy files
|
||||||
core
|
core
|
||||||
|
|
||||||
|
# files used internally fro dev, test etc.
|
||||||
tests/outputs/*
|
tests/outputs/*
|
||||||
|
tests/train_outputs/*
|
||||||
TODO.txt
|
TODO.txt
|
||||||
.vscode/*
|
.vscode/*
|
||||||
data/*
|
data/*
|
||||||
|
@ -132,7 +134,21 @@ notebooks/data/*
|
||||||
TTS/tts/layers/glow_tts/monotonic_align/core.c
|
TTS/tts/layers/glow_tts/monotonic_align/core.c
|
||||||
.vscode-upload.json
|
.vscode-upload.json
|
||||||
temp_build/*
|
temp_build/*
|
||||||
recipes/*
|
recipes/WIP/*
|
||||||
|
recipes/ljspeech/LJSpeech-1.1/*
|
||||||
# nohup logs
|
events.out*
|
||||||
|
old_configs/*
|
||||||
|
model_importers/*
|
||||||
|
model_profiling/*
|
||||||
|
docs/*
|
||||||
|
.noseids
|
||||||
|
.dccache
|
||||||
|
log.txt
|
||||||
|
umap.png
|
||||||
*.out
|
*.out
|
||||||
|
SocialMedia.txt
|
||||||
|
output.wav
|
||||||
|
tts_output.wav
|
||||||
|
deps.json
|
||||||
|
speakers.json
|
||||||
|
internal/*
|
Loading…
Reference in New Issue