Files
shared/.gitignore
2026-07-27 11:51:42 +08:00

15 lines
155 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# OS / editor
.DS_Store
Thumbs.db
*.swp
.idea/
.vscode/
# 暫存
*.tmp
*.log
# Pythonscripts/ 內腳本被 import 時產生)
__pycache__/
*.py[cod]