mirror of
https://github.com/sudoxnym/saas.git
synced 2026-04-14 11:36:32 +00:00
19 lines
135 B
Text
19 lines
135 B
Text
# Python
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
__pycache__/
|
|
*.so
|
|
*.egg
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
*.tar.gz
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|