Update .gitignore with .cache and .coverage

This commit is contained in:
Denis Moyogo Jacquerye 2016-05-31 14:44:42 +01:00 committed by Adrien Tétar
parent b8f4145d76
commit 8de044427d

5
.gitignore vendored
View File

@ -1,6 +1,9 @@
.cache
__pycache__/
build/
dist/
.coverage
.coverage.*
.DS_Store
*.egg-info
*.pyc
*.py[cod]