From be8d381d98ada8baae5f1294e7588c2c87d8c468 Mon Sep 17 00:00:00 2001 From: Alexander PapaTutuWawa Date: Sun, 20 Apr 2025 23:33:22 +0200 Subject: [PATCH] Ignore tooling artifacts --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 47f3736..54813b8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,11 @@ wheels/ # Virtual environments .venv +# Tooling artifacts +.mypy_cache/ +.ropeproject/ +.ruff_cache/ + # Testing artifacts config.yaml db.sqlite3