ignore .coverage files in --parallel-mode

This commit is contained in:
Thomas Grainger 2019-05-01 11:22:26 +01:00
parent 98beabdcc5
commit f1a621e5cd
No known key found for this signature in database
GPG key ID: E452A1247BAC1A88

1
.gitignore vendored
View file

@ -6,6 +6,7 @@
*.zip *.zip
.cache .cache
.coverage .coverage
.coverage.*
.eggs .eggs
.tox .tox
/.mypy_cache /.mypy_cache