Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
15 lines
155 B
Plaintext
15 lines
155 B
Plaintext
# OS / editor
|
||
.DS_Store
|
||
Thumbs.db
|
||
*.swp
|
||
.idea/
|
||
.vscode/
|
||
|
||
# 暫存
|
||
*.tmp
|
||
*.log
|
||
|
||
# Python(scripts/ 內腳本被 import 時產生)
|
||
__pycache__/
|
||
*.py[cod]
|