update .gitignore

This commit is contained in:
Cosimo Lupo 2016-11-03 19:01:13 +00:00
parent 85bbe112ce
commit ad90b06ec9
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

21
.gitignore vendored
View File

@ -1,3 +1,20 @@
# Byte-compiled and optimized files
__pycache__/
*.py[co]
*$py.class
# Packaging
*.egg-info
*.eggs
build build
*.pyc dist
*.egg-info/
# Unit test and coverage files
.cache
.coverage
.coverage.*
.tox
htmlcov
# OS X Finder
.DS_Store