We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643d8cd commit 99ae014Copy full SHA for 99ae014
{{cookiecutter.project_name}}/.gitignore
@@ -36,6 +36,7 @@ build/ # Build artifacts from setuptools/build backends
36
.pytest_cache/ # Pytest cache directory
37
htmlcov/ # Coverage HTML reports (default output dir)
38
.coverage* # Coverage data files (default name pattern)
39
+coverage.*
40
test-results/ # Directory for JUnit/Coverage XML reports (as configured in noxfile)
41
42
# Editor/IDE specific files
0 commit comments