chore(gitignore): 忽略 Python __pycache__ 與位元碼
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -8,3 +8,7 @@ Thumbs.db
|
|||||||
# 暫存
|
# 暫存
|
||||||
*.tmp
|
*.tmp
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
# Python(scripts/ 內腳本被 import 時產生)
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
|||||||
Reference in New Issue
Block a user