Updated .gitignore
Added ignore for .coverage file (not readable, .coveragerc is correct file)
This commit is contained in:
parent
b108e21296
commit
693f516f58
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
.tox
|
||||
.coverage
|
||||
.*_cache
|
||||
**py.typed**
|
||||
**__pycache__**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user