From 6a3a264505f0e723f8db6d7ee00ab0b230609274 Mon Sep 17 00:00:00 2001 From: Waleed Abdulla Date: Fri, 6 Apr 2018 15:50:16 -0700 Subject: [PATCH] Update .gitignore --- .gitignore | 65 +++++++++--------------------------------------------- 1 file changed, 11 insertions(+), 54 deletions(-) diff --git a/.gitignore b/.gitignore index d5c543ae92..12da7dd781 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,16 @@ +# Data files and directories common in repo root +datasets/ +logs/ +*.h5 +results/ +temp/ +test/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class -# C extensions -*.so - # Distribution / packaging .Python env/ @@ -25,60 +30,25 @@ wheels/ .installed.cfg *.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 pip-log.txt pip-delete-this-directory.txt -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*.cover -.hypothesis/ - -# Temporary folders -results/ - -# Translations -*.mo -*.pot +# VS Studio Code +.vscode # PyCharm .idea/ + # Dropbox .dropbox.attr -# 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 - # dotenv .env @@ -86,16 +56,3 @@ celerybeat-schedule .venv venv/ ENV/ - -# Spyder project settings -.spyderproject -.spyproject - -# Rope project settings -.ropeproject - -# mkdocs documentation -/site - -# mypy -.mypy_cache/