From a72ff4b06c43c8d6c8b7232769b317bdbb22b358 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Sat, 7 Nov 2020 19:22:28 +0100 Subject: [PATCH] add pycache and pytest_cache to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2452780..db93ae4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ venv/ .idea + +__pycache__ +.pytest_cache \ No newline at end of file