From f1d2831d927890bcb1a9186274cf914738ca8ad0 Mon Sep 17 00:00:00 2001 From: indifferentketchup Date: Mon, 4 May 2026 16:30:14 +0000 Subject: [PATCH] chore: gitignore Python bytecode caches and editor backup files Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 24b10a0..e28cc26 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,10 @@ Logs.zip .scratch/ .claude/ .claude.local.md + +# Python bytecode caches from tools/pz-analyzer/. +__pycache__/ + +# Editor / manual backup files. +*.bak +*.bak-*