From b2106faab9be510ea1637c5633f0389ee16cac34 Mon Sep 17 00:00:00 2001 From: Janggun Lee Date: Fri, 11 Apr 2025 13:20:23 +0900 Subject: [PATCH] Ignore pycache --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/.gitignore b/tests/.gitignore index 6dfbd0f..a2d24f8 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -3,3 +3,4 @@ /test*.c /reduce-criteria.sh /creduce_bug_* +__pycache__