Skip to content

Commit 14b5280

Browse files
marcarlclaude
andcommitted
Lägg till pytest coverage-filer i .gitignore
- .coverage (coverage data file) - htmlcov/ (HTML coverage report) - .pytest_cache/ (pytest cache) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 2bf0b48 commit 14b5280

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
@@ -3,6 +3,11 @@ ___pycache__
33
*.pyc
44
.DS_Store
55

6+
# Test coverage
7+
.coverage
8+
htmlcov/
9+
.pytest_cache/
10+
611
# Ignore output files
712
logs/
813
output/

0 commit comments

Comments
 (0)