From 2f2efd195c6693ccd768b1b62e71abb5d1b7e3d0 Mon Sep 17 00:00:00 2001 From: ejm714 Date: Tue, 29 Oct 2024 17:29:50 -0700 Subject: [PATCH] ignore ruff --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4b10a95..41d612b 100644 --- a/.gitignore +++ b/.gitignore @@ -167,3 +167,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# Ruff formating +.ruff_cache/