Add .coverage and .pytest_cache to .gitignore

This commit is contained in:
Chris Mayo 2022-09-05 19:30:38 +01:00
parent 931f86848e
commit 833802657f

2
.gitignore vendored
View file

@ -38,6 +38,8 @@ Changelog.linkchecker*
/testresults.txt /testresults.txt
/linkchecker.prof /linkchecker.prof
.cache .cache
.coverage
.pytest_cache
.tox .tox
tests/checker/data/https_cert.pem tests/checker/data/https_cert.pem
tests/checker/data/https_key.pem tests/checker/data/https_key.pem