From 5e8e718777dfb11c8d077a4d322083127b0d2811 Mon Sep 17 00:00:00 2001 From: Jahongir Qurbonov Date: Fri, 4 Oct 2024 10:37:29 +0500 Subject: [PATCH] Ignore ruff cache directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 56f842e1..62bd6e89 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ __pycache__/ *.egg-info/ .pytest_cache/ .mypy_cache/ +.ruff_cache/ dist/ dist-doc/ build/