Skip to content

Commit

Permalink
Include gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
hectornieto committed Feb 12, 2021
1 parent 22eee76 commit ec548b9
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
src/*.egg-info*
src/*.egg*
src/*.egg-info/
# 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

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Temporary files
*.*~
*~

# Auxiliary image files
*.tif.*
Output/*.tif.*
Input/*.tif.*

# Jupyter Notebooks Checkpoints
.ipynb_checkpoints/

#Ipython Notebook
.ipynb_checkpoints

# PyCharm folders
.idea/

0 comments on commit ec548b9

Please sign in to comment.