From d09fce309fb1758ab8381c5a85714284c18e8cbb Mon Sep 17 00:00:00 2001 From: n0mad1k Date: Fri, 10 Jul 2026 15:03:05 -0400 Subject: [PATCH] Ignore project-local notes.md (homelab-specific, not for publication) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 35cc7cf..f5d265e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ __pycache__/ .active-item.json .workflow-state.json agent-spawns/ +notes.md