chore(repo): ignore local test artifacts

This commit is contained in:
Piotr Oleszczyk 2026-03-10 12:26:59 +01:00
parent 0253b2377d
commit ed547703ad

15
.gitignore vendored
View file

@ -19,3 +19,18 @@ wheels/
# SQLite dev database
*.db
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py.cover
.hypothesis/
.pytest_cache/
cover/