Skip to content

Commit 117bf8d

Browse files
n24q02mclaude
andcommitted
fix: ignore coverage.xml and htmlcov artifacts
Prevents test artifacts leaking into commits (matches mnemo #408 anti-pattern). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8b7ff69 commit 117bf8d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,8 @@ superpower/
5959
superpowers/
6060
docs/superpowers/
6161

62+
63+
# Test coverage artifacts
64+
coverage.xml
65+
htmlcov/
66+
.coverage

0 commit comments

Comments
 (0)