From 07968918e14f06c0992c2e1f4c5a22ce6282c673 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Sun, 23 Apr 2023 12:06:28 +0200 Subject: [PATCH] Add ruff cache to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 88ed58b70925d..8b2d79b1f95f5 100644 --- a/.gitignore +++ b/.gitignore @@ -70,6 +70,7 @@ coverage.xml coverage_html_report .mypy_cache *.pytest_cache +.ruff_cache # hypothesis test database .hypothesis/ __pycache__