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/
|
||||
.claude/
|
||||
.claude.local.md
|
||||
|
||||
# Python bytecode caches from tools/pz-analyzer/.
|
||||
__pycache__/
|
||||
|
||||
# Editor / manual backup files.
|
||||
*.bak
|
||||
*.bak-*
|
||||
|
||||
Reference in New Issue
Block a user