From 86eb5368bd0cd7248a6f85a81fb8c538f3a4a5e4 Mon Sep 17 00:00:00 2001 From: Antoni Zasada <85628860+azasada@users.noreply.github.com> Date: Sat, 3 Feb 2024 19:20:25 +0100 Subject: [PATCH] Update Python.gitignore Added .ruff_cache directory (cache used by ruff linter). --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..58559661 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -146,6 +146,9 @@ dmypy.json # Pyre type checker .pyre/ +# Ruff +.ruff_cache/ + # pytype static type analyzer .pytype/