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:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -5,3 +5,10 @@ Logs.zip
|
|||||||
.scratch/
|
.scratch/
|
||||||
.claude/
|
.claude/
|
||||||
.claude.local.md
|
.claude.local.md
|
||||||
|
|
||||||
|
# Python bytecode caches from tools/pz-analyzer/.
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
|
# Editor / manual backup files.
|
||||||
|
*.bak
|
||||||
|
*.bak-*
|
||||||
|
|||||||
Reference in New Issue
Block a user