From 6c0d7643a62da04d04d07c90c2e7c6e6895b48c8 Mon Sep 17 00:00:00 2001 From: Jonathon Wright Date: Wed, 5 Aug 2026 02:02:11 +1000 Subject: [PATCH] gitignore python bytecode --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5e38fa3..3385466 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,6 @@ published/ # Local blog-workshop tooling stays off the public repo. scripts/make-ledger.py scripts/sync-nas-blog.sh + +# python bytecode from the local ledger script +scripts/__pycache__/