From 2bd0438295362a0d644d9ae5c9b9a1fda81db742 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 30 Mar 2026 16:39:12 -0500 Subject: [PATCH] Add .worktrees to gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2afcd194..b96440f8 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,9 @@ microwaveprop-*.tar # GRIB2 test fixtures (large binary files, downloaded on-demand) /test/fixtures/grib2/*.grib2 +# Git worktrees +/.worktrees/ + # OS files .DS_Store Thumbs.db