From 78740db17089f09391c7779730d309bf70bcefb1 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Tue, 11 Aug 2026 22:03:45 -0600 Subject: [PATCH] chore: ignore the .coyote workspace directory It holds generated workspace state and should never be committed. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 54413f1..87207b0 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ .idea/ /coyote.iml /.idea/ +.coyote