Skip to content

Commit 643d8cd

Browse files
committed
chore: add coverage without a . to the .gitignore
1 parent 6a3879d commit 643d8cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ build/ # Build artifacts from setuptools/build backends
3434
.pytest_cache/ # Pytest cache directory
3535
htmlcov/ # Coverage HTML reports (default output dir)
3636
.coverage* # Coverage data files (default name pattern)
37+
coverage.*
3738
test-results/ # Directory for JUnit/Coverage XML reports (as configured in noxfile)
3839

3940
# Editor/IDE specific files

0 commit comments

Comments
 (0)