chore: ignore python __pycache__ across the tree
This commit is contained in:
parent
5932a5e4f9
commit
124a9d105f
2 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Reference in a new issue