Skip to content

Commit

Permalink
Merge 5400481 into fc5b8fc
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumef committed Oct 25, 2016
2 parents fc5b8fc + 5400481 commit 2a14cb2
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Developing / Compiled files
__pycache__/
*.py[cod]
.idea*

# 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
.coverage.*
.cache
nosetests.xml
coverage.xml

0 comments on commit 2a14cb2

Please sign in to comment.