adding a python based .gitignore

This commit is contained in:
Brian Wylie 2014-11-12 08:41:56 -07:00
parent 3dcfbafcfa
commit 4cab437e66
1 changed files with 33 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@ -0,0 +1,33 @@
*.py[cod]
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
# iPython temp files
.ipynb_checkpoints
# Mac DS files
.DS_Store
# ReadTheDocs build directory
_build