From 71ee104658c72638fb091803a0cd0acc9407b09e Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Mon, 13 Jan 2025 21:59:25 +0000 Subject: [PATCH] Ignore tooling caches --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 769f737..8be1ad5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,12 @@ +# Python **/*.egg-info **/__pycache__/ .venv/ +# Tooling +.mypy_cache/ +.ruff_cache/ + # Testing config.json scripts/