ignore files generated by coverage --parallel-mode

This commit is contained in:
FuzzyGrim
2024-03-14 15:05:11 +01:00
parent 85fb59cd89
commit cf187590c6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
__pycache__
*.pyc
.env
.coverage
.coverage*
venv
src/staticfiles
src/db/db.sqlite3

2
.gitignore vendored
View File

@@ -1,7 +1,7 @@
__pycache__
*.pyc
.env
.coverage
.coverage*
venv
src/staticfiles
src/db/db.sqlite3