Add `__pycache__` to gitignore (#114056)

pull/117691/head
Sid 2024-05-18 13:30:03 +02:00 committed by GitHub
parent 1b0c91fa4d
commit 54ba393be8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -34,6 +34,7 @@ Icon
# GITHUB Proposed Python stuff:
*.py[cod]
__pycache__
# C extensions
*.so