From 994f5d452cd79594e71f644255896e659547a078 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 1 Sep 2022 20:32:32 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1ac9ebd0c6..3da25e783c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Local cache -.cache +.ruff_cache resources/test/cpython ###