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