From 22855a821be4bf6680699a78792ac873db1c8819 Mon Sep 17 00:00:00 2001 From: Eric Taylor Date: Fri, 23 Jan 2026 15:20:58 -0500 Subject: [PATCH] chore: Update .gitignore to exclude temp dirs - Ignore temporary and work-in-progress directories. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 85ed632..8613228 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ public/ old-site/ src/ -opencodetmp/ \ No newline at end of file +opencodetmp/ +WIP/ \ No newline at end of file