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