11 lines
105 B
Plaintext
11 lines
105 B
Plaintext
# Python compiled files and caches
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
__pycache__/
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*~
|