From 888f6b096ec920f089eefd1cb2dce36adb1ed214 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sun, 17 May 2026 18:44:04 +0200 Subject: [PATCH] chore: ignore local NEXT.md / DONE.md working notes Both files are session-local pickup-here / archive notes that have always lived untracked in the working tree; codify the intent so they don't keep cluttering git status. Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index bd9d3fe..cf62567 100644 --- a/.gitignore +++ b/.gitignore @@ -106,3 +106,8 @@ stockholm/ # Stockholm source zip — large binary, place manually at stockholm_zip/stockholm.zip stockholm_zip/*.zip + +# Local working-tree notes — running pickup-here log (NEXT) + archive of +# resolved items (DONE). Both are session-local scratch, not project docs. +NEXT.md +DONE.md