Skip to content

Commit 7f08db5

Browse files
committed
chore: gitignore coverage artifacts
1 parent e20d1b7 commit 7f08db5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ __pycache__/
22
*.pyc
33
*.pyo
44
.pytest_cache/
5+
.coverage
6+
htmlcov/
7+
coverage.xml
58

69
.venv/
710
venv/

0 commit comments

Comments
 (0)