# ── Python ──
__pycache__/
*.py[cod]
*$py.class

# ── 打包/安装产物 ──
dist/
build/
*.egg-info/
*.egg

# ── 测试/覆盖率 ──
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage_html/
coverage.xml
test_output/

# ── SAP 连接配置（含凭据，绝不入库）──
config.ini
assets/config.ini

# ── 运行期产物（log/ 下的 md 知识库要入库，只有运行日志忽略）──
assets/log/
log/adt_tools.log

# ── 编辑器/系统 ──
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# ── 评审产物 ──
REVIEW_REPORT.md

# ── Claude Code 本地设置（含机器相关权限，不入库）──
.claude/settings.local.json
