Add `__pycache__` to gitignore (#114056)
parent
1b0c91fa4d
commit
54ba393be8
|
@ -34,6 +34,7 @@ Icon
|
|||
|
||||
# GITHUB Proposed Python stuff:
|
||||
*.py[cod]
|
||||
__pycache__
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
|
Loading…
Reference in New Issue