From f569281e92e7b2a5e8701511a828391b6b762f5d Mon Sep 17 00:00:00 2001 From: Jan Hein de Jong Date: Mon, 3 Apr 2023 15:03:33 +0200 Subject: [PATCH] Add Ruff to Python gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..35281cd8 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -158,3 +158,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 linter +.ruff_cache/