Add coverage.py to gitignore

This commit is contained in:
Markus Unterwaditzer 2014-02-16 23:25:17 +01:00
parent e1cb484d2d
commit 58ee2af43c

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
*.pyc
__pycache__
htmlcov
.coverage