From c09942db5093edf191429cf49cb4e3203a07c73e Mon Sep 17 00:00:00 2001 From: MarkParker5 Date: Tue, 21 Jun 2022 00:17:35 +0200 Subject: [PATCH] add pytest cache to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f3caf26..7723b6d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ downloads/ .idea .mypy_cache +*.pytest_cache