chore: gitignore Python bytecode caches and editor backup files

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-04 16:30:14 +00:00
parent bb4ee0d16a
commit f1d2831d92

7
.gitignore vendored
View File

@@ -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-*