From 4452679310a6fc0444c17f9dde70329c0de6206d Mon Sep 17 00:00:00 2001 From: codex Date: Wed, 24 Jun 2026 02:45:41 -0500 Subject: [PATCH] Ignore scratch workspace --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b960bde..745fffd 100644 --- a/.gitignore +++ b/.gitignore @@ -66,6 +66,7 @@ BenchmarkDotNet.Artifacts/ project.lock.json project.fragment.lock.json artifacts/ +scratch/ # Coco/R generated parser/scanner output src/Core/cocor/Parser.cs