提交 6a3a2645 编写于 作者: W Waleed Abdulla

Update .gitignore

上级 134b95b8
# Data files and directories common in repo root
datasets/
logs/
*.h5
results/
temp/
test/
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
# C extensions
*.so
# Distribution / packaging # Distribution / packaging
.Python .Python
env/ env/
...@@ -25,60 +30,25 @@ wheels/ ...@@ -25,60 +30,25 @@ wheels/
.installed.cfg .installed.cfg
*.egg *.egg
# 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 # Installer logs
pip-log.txt pip-log.txt
pip-delete-this-directory.txt pip-delete-this-directory.txt
# Unit test / coverage reports # VS Studio Code
htmlcov/ .vscode
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# Temporary folders
results/
# Translations
*.mo
*.pot
# PyCharm # PyCharm
.idea/ .idea/
# Dropbox # Dropbox
.dropbox.attr .dropbox.attr
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook # Jupyter Notebook
.ipynb_checkpoints .ipynb_checkpoints
# pyenv # pyenv
.python-version .python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# dotenv # dotenv
.env .env
...@@ -86,16 +56,3 @@ celerybeat-schedule ...@@ -86,16 +56,3 @@ celerybeat-schedule
.venv .venv
venv/ venv/
ENV/ ENV/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册