From 82a355d41518c56d835553cb9d0b9ea17fe34d71 Mon Sep 17 00:00:00 2001 From: swve Date: Sat, 27 May 2023 22:12:57 +0200 Subject: [PATCH] feat: add ruff to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 91c46fb8..3eeb18b3 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,9 @@ target/ profile_default/ ipython_config.py +# ruff +.ruff/ + # pyenv # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: