# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
logs/

# 运行时数据与登录凭证（勿入库）
.env
.env.bak*
datas/
/newsign/
/artifacts/
/_scratch*/
/_scratch_*

# 编辑器/IDE
.idea/
.vscode/
*.iml

# 规划文件
task_plan.md
findings.md
progress.md
