From 81bb1dd2c0d54c84135ffe7e40742148ddf5cb29 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 20 Nov 2022 19:38:34 -0800 Subject: [PATCH] add caches to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2ec014d..19e276a 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,6 @@ target/ # PyCharm .idea/ + +.mypy_cache/ +.pytest_cache/