From c4cb325568ba55536938e9556777923c63a5cb04 Mon Sep 17 00:00:00 2001 From: Rockachopa Date: Sun, 26 Apr 2026 20:45:25 -0400 Subject: [PATCH] chore: add Python cache exclusions to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7a60b85..a40e719 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ __pycache__/ *.pyc + +.pytest_cache/ +.mypy_cache/