From dbe87ffa5288a010d41be64bbf0a22268c9fbf35 Mon Sep 17 00:00:00 2001 From: 0xhis <0xhis@users.noreply.github.com> Date: Sat, 21 Mar 2026 01:29:24 -0700 Subject: [PATCH] chore: add test_run.sh to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 94adf289..953b06d9 100644 --- a/.gitignore +++ b/.gitignore @@ -97,3 +97,4 @@ Thumbs.db schema.graphql .opencode/ +test_run.sh