Updated .gitignore

Added ignore for .coverage file (not readable, .coveragerc is correct
file)
This commit is contained in:
Ethan Smith-Coss 2022-05-12 13:45:07 +01:00
parent b108e21296
commit 693f516f58
Signed by: TheOnePath
GPG Key ID: 4E7D436CE1A0BAF1

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.tox
.coverage
.*_cache
**py.typed**
**__pycache__**