From 78152cdb54ff86e0f24caf65fef68eb0056692a0 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Tue, 3 Mar 2026 19:09:53 -0800 Subject: [PATCH] Add .ruff_cache to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f6fe9e7..46e9957 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,8 @@ __pycache__/ *.pyo .venv/ +# Linter caches +.ruff_cache/ + # OS .DS_Store