From 50e067791f259baec69d18a6f83f222898471540 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Mon, 27 Jul 2026 05:13:14 +0000 Subject: [PATCH] chore: ignore macOS metadata --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 59a4c8d..a93633f 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,5 @@ go.work.sum AGENTS.md SPEC.md -PROPOSED.md \ No newline at end of file +PROPOSED.md +.DS_Store