Skip to content

Commit 99ae014

Browse files
committed
chore: add coverage.* to the internal .gitignore
1 parent 643d8cd commit 99ae014

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{cookiecutter.project_name}}/.gitignore

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

4142
# Editor/IDE specific files

0 commit comments

Comments
 (0)