From 801afb2abccd47cd3c8d21cc7b46502d0c06eada Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 16 Mar 2026 01:08:28 +0100 Subject: [PATCH] chore: add .mypy_cache and .pytest_cache to root .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 073d715f..6aeb9cba 100644 --- a/.gitignore +++ b/.gitignore @@ -118,6 +118,8 @@ package-lock.json *.bak .eslintcache +.mypy_cache/ +.pytest_cache/ temp/ *.tar.gz /performance/ -- 2.53.0