From 803905cd9a605129e209087b480123dfdc38f1b4 Mon Sep 17 00:00:00 2001 From: ohmayr Date: Wed, 25 Feb 2026 21:57:23 +0000 Subject: [PATCH] chore: ignore ruff cache --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b631541bc032..a73ca35b187d 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,6 @@ system_tests/local_test_setup # Make sure a generated file isn't accidentally committed. pylintrc pylintrc.test + +# Ruff cache +.ruff_cache