From ffc97ec4b9bb1f7d6baaffa359ffbd6cbbbbeb11 Mon Sep 17 00:00:00 2001 From: Bill Date: Mon, 20 Oct 2025 07:20:13 -0400 Subject: [PATCH] chore: add coverage directory to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bc25fbd..dee20ce 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ data.json # Git worktrees .worktrees/ +coverage/ \ No newline at end of file