From ff1f3ce8d7cd95bab322e6555a12f711bf7a67ab Mon Sep 17 00:00:00 2001 From: David Hirschfeld Date: Thu, 12 Mar 2020 15:29:30 +1000 Subject: [PATCH] Add pytest_cache folder to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 140cd44..119ce3c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,6 @@ .idea .vscode .cache +.pytest_cache dist build