Update ignored files

* .pytest_cache directory
* badge files generated by unittests
* htmlcov directory
This commit is contained in:
Jon Grace-Cox
2019-05-31 23:18:13 -04:00
parent 1850a95806
commit 59976b5c25

9
.gitignore vendored
View File

@@ -105,3 +105,12 @@ ENV/
.DS_Store
demo.svg
# py.test
.pytest_cache
# SVG files generated by the unittests
test_badge_*.svg
# html coverage report
htmlcov/