From d363f4c7a3789d39f3f1bf850560778e68ba4d44 Mon Sep 17 00:00:00 2001 From: azh-msia658-ubuntu Date: Wed, 10 Nov 2021 01:25:20 +0800 Subject: [PATCH] edit .gitignore --- .gitignore | 133 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 130 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7e37724..579bfbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,132 @@ -__pycache__/ -.cache/ +WadaSNR/ +.idea/ *.pyc .DS_Store -run*.sh +./__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 +*.swp +*.swm +*.swn +*.swo + +# pytorch models +*.pth.tar +result/ + +# setup.py +version.py + +# jupyter dummy files +core + +tests/outputs/* +TODO.txt +.vscode/* +data/* +notebooks/data/* +TTS/tts/layers/glow_tts/monotonic_align/core.c