From a8e462c978891fb2a9ca8c4e5bc6584b4ee84260 Mon Sep 17 00:00:00 2001 From: Daniel Zivkovic Date: Sat, 2 May 2026 20:58:13 -0400 Subject: [PATCH] chore(gitignore): ignore /work and /print (personal artifacts) Personal directories used by the /note slash command (work/) and PDF print exports (print/) - these are local research artifacts, not shipping content. Lives on daniel/personal to keep upstream/main and PR branches free of personal noise. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 3ecb537..3f89d8b 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,7 @@ htmlcov/ # Internal planning docs (ce:plan output) — keep local, don't publish docs/plans/ + +/work +/print +