Skip to content

Commit 52c851e

Browse files
tanemclaude
andcommitted
chore: add .coverage and htmlcov/ to .gitignore
Standard pytest-cov artefacts were missing from the ignore list. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fad2842 commit 52c851e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ build/
1818
.pytest_cache/
1919
.mypy_cache/
2020
.ruff_cache/
21+
.coverage
22+
htmlcov/
2123

2224
# uv
2325
.python-version

0 commit comments

Comments
 (0)