Skip to content

Commit

Permalink
chore: improve gitignore coverage exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Mar 14, 2024
1 parent 1deb76a commit 9701e28
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,25 @@ MANIFEST
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
# Unit test
.tox/
.nox/
.coverage
.coverage.*
.cache
.hypothesis/
.pytest_cache/
nosetests.xml
coverage.xml

# Coverage reports
.coverage
.coverage.*
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
lcov.info
cov.xml
coverage.xml
cover/
coverage/
htmlcov/

# Translations
*.mo
Expand Down

0 comments on commit 9701e28

Please sign in to comment.