From 3a13cff1fa95769e4f4d97793b4dd05ea949976a Mon Sep 17 00:00:00 2001 From: Jonathon Wright Date: Tue, 4 Aug 2026 12:31:44 +1000 Subject: [PATCH] gitignore local blog-workshop tooling --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ca85306..5e38fa3 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,7 @@ drafts/ # Publish-workflow archives stay local for the same reason. published/ + +# Local blog-workshop tooling stays off the public repo. +scripts/make-ledger.py +scripts/sync-nas-blog.sh