Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
skuschel committed Feb 2, 2015
1 parent 9b2387f commit ff401e3
Showing 1 changed file with 65 additions and 6 deletions.
71 changes: 65 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,70 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

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

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
doc/_build/

# PyBuilder
target/

# more stuff
*~
*.pyc
*.odt
.project
.pydevproject
*.egg-info
build/
dist/
doc/_build

*.png

# there might be ipython notebooks
*.ipynb
.ipynb_checkpoints

# if using spyder for development
.spyderworkspace
.spyderproject

0 comments on commit ff401e3

Please sign in to comment.