4TH
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -37,4 +37,17 @@ Thumbs.db
|
||||
# 忽略所有日誌檔案。
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# --- 環境設定檔 ---
|
||||
.env
|
||||
|
||||
# --- 測試相關 (Testing) ---
|
||||
# 忽略測試檔案
|
||||
test_*.py
|
||||
*_test.py
|
||||
tests/
|
||||
|
||||
# --- 開發者專用文件 (Developer Only) ---
|
||||
# 最佳實踐文件(包含敏感設定資訊)
|
||||
BEST_PRACTICES.md
|
||||
DEVELOPER_GUIDE.md
|
||||
|
Reference in New Issue
Block a user