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.
# 1. Python 虛擬環境與快取 (吃錢最大凶手,絕對不要讓 AI 讀!)
cmts_api_env/
__pycache__/
*.pyc
# 2. 其他 AI 工具的隱藏資料夾
.continue/
# 3. 動態生成的 JSON 快取資料 (非常耗 Token,且對 AI 寫程式幫助不大)
*_cache.json
filters_*.json
*.bk
# 4. 版控與系統隱藏檔 (如果有這兩個的話)
.git/
.vscode/