From 19b2357771d1ea9bf186e78f48802a9fb498a16f Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Fri, 13 Jun 2025 13:06:01 +0800 Subject: [PATCH] "Update .gitignore to exclude _del and _test directories" --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9b103d8..a1f724f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +_del +_test + 04_poc **/*del **/*bak