From 833802657fe6c26431d92188280ff50c22bb3b45 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 5 Sep 2022 19:30:38 +0100 Subject: [PATCH] Add .coverage and .pytest_cache to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 233e376f..b39828c5 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,8 @@ Changelog.linkchecker* /testresults.txt /linkchecker.prof .cache +.coverage +.pytest_cache .tox tests/checker/data/https_cert.pem tests/checker/data/https_key.pem