# ---- 运行时产物（含凭据/邮件配置，绝不入库） ----
config.json
.env
data/
*.log
.gws-*/

# ---- Python / uv ----
.venv/
.uv-cache/
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/

# ---- 编辑器/系统 ----
.DS_Store
.idea/
.vscode/