15 lines
107 B
Plaintext
15 lines
107 B
Plaintext
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
.idea/
|
|
.vscode/
|
|
|
|
# 暫存
|
|
*.tmp
|
|
*.log
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|