Add .coverage and htmlcov/ to gitignore

This commit is contained in:
David Moreau-Simard
2016-06-01 19:18:31 -04:00
parent d944630b24
commit 002004f76d

2
.gitignore vendored
View File

@@ -11,3 +11,5 @@ build
eggs
.tox/
.cache/
.coverage
htmlcov/