From a36fbd4bc3250bec74e6b304760f000c58d9feb2 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 11 Oct 2019 22:08:52 +0200 Subject: [PATCH] Update .gitignore to ignore pytest cache --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 66273be..95a13ec 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,6 @@ pytooter_clientcred.txt pytooter_usercred.txtPipfile Pipfile.lock Pipfile + +# pytest trash +.pytest_cache