chore: Add Python cache files to .gitignore
This commit is contained in:
parent
432661f7cb
commit
1c8cc2797e
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -80,3 +80,11 @@ quick-*.sh
|
|||
*.pdf
|
||||
*.docx
|
||||
*.pptx
|
||||
|
||||
# Python cache files
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue