chore: add coverage to gitignore

This commit is contained in:
Corentin Sechet 2022-04-11 12:23:00 +02:00
parent 763becd8a4
commit fa8db96601
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
**/__pycache__
*.egg-info
.coverage
.mypy_cache
.nox
.pytest_cache