From 51d5306f91c774a361c028a95664063a3228f020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Thu, 5 Jan 2023 12:19:43 +0100 Subject: [PATCH] Add more cache dirs to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 618f057..ad2f128 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ __pycache__ +.mypy_cache +.pytest_cache .venv node_modules package-lock.json