TTS/.gitignore

164 lines
1.9 KiB
Plaintext
Raw Normal View History

2019-07-12 12:25:10 +00:00
WadaSNR/
.idea/
2018-01-22 09:48:59 +00:00
*.pyc
.DS_Store
./__init__.py
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# Translations
*.mo
*.pot
# Django stuff:
*.log
.static_storage/
.media/
local_settings.py
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
# vim
2018-01-22 14:59:21 +00:00
*.swp
*.swm
*.swn
*.swo
2018-01-22 09:48:59 +00:00
# pytorch models
*.pth.tar
2018-01-22 14:58:12 +00:00
result/
2018-01-22 09:52:47 +00:00
2018-06-21 13:48:13 +00:00
# setup.py
version.py
2018-01-31 15:25:37 +00:00
# jupyter dummy files
core
2021-10-21 16:25:06 +00:00
# ignore local datasets
recipes/WIP/*
recipes/ljspeech/LJSpeech-1.1/*
recipes/vctk/VCTK/*
VCTK-Corpus-removed-silence/*
# ignore training logs
trainer_*_log.txt
2021-06-18 13:02:02 +00:00
# files used internally fro dev, test etc.
2018-12-13 14:17:26 +00:00
tests/outputs/*
2021-06-18 13:02:02 +00:00
tests/train_outputs/*
2018-12-13 14:17:26 +00:00
TODO.txt
.vscode/*
data/*
2020-07-20 12:55:00 +00:00
notebooks/data/*
2021-10-25 11:51:42 +00:00
TTS/tts/utils/monotonic_align/core.c
2021-03-03 14:38:27 +00:00
.vscode-upload.json
temp_build/*
2021-06-18 13:02:02 +00:00
events.out*
old_configs/*
model_importers/*
model_profiling/*
2021-06-27 18:55:20 +00:00
docs/source/TODO/*
2021-06-18 13:02:02 +00:00
.noseids
.dccache
log.txt
umap.png
2021-05-25 20:30:25 +00:00
*.out
2021-06-18 13:02:02 +00:00
SocialMedia.txt
output.wav
tts_output.wav
deps.json
speakers.json
2021-08-07 21:23:14 +00:00
internal/*
*_pitch.npy
2021-08-30 08:07:23 +00:00
*_phoneme.npy
wandb