chore: ignore python __pycache__ across the tree

This commit is contained in:
Graham McIntire 2026-04-25 16:03:01 -05:00
parent 5932a5e4f9
commit 124a9d105f
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59
2 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View file

@ -56,3 +56,7 @@ microwaveprop-*.tar
# OS files # OS files
.DS_Store .DS_Store
Thumbs.db Thumbs.db
# Python bytecode caches (scripts/ has helper Python tools)
__pycache__/
*.pyc