Add .coverage to .gitignore

This commit is contained in:
Brian May 2022-09-06 08:04:28 +10:00
parent 88139ed2e5
commit a1c7e64b0e

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/tmp/ /tmp/
/.coverage
/.cache/ /.cache/
/.eggs/ /.eggs/
/.tox/ /.tox/