From 74e46990dede30b7232d8a3f10ea35ef78df5b0e Mon Sep 17 00:00:00 2001 From: "Max R. Carrara" Date: Thu, 6 Mar 2025 01:06:28 +0100 Subject: [PATCH] update .gitignore Signed-off-by: Max R. Carrara --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ab3e8ce..2d18474 100644 --- a/.gitignore +++ b/.gitignore @@ -162,3 +162,6 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# Ruff stuff +.ruff_cache/ +