From 90067b4068ad182e36636fc082040b237d22d1ba Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 6 Aug 2020 16:45:52 +0200 Subject: [PATCH] Feat: add .pytest_cache/ --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fdad5c7..220ee1f 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,6 @@ ENV/ # mkdocs documentation /site + +# pytest +.pytest_cache/