feat: 益选 OCR 订单处理系统初始提交

- 智能供应商识别(蓉城易购/烟草/杨碧月/通用)
- 百度 OCR 表格识别集成
- 规则引擎(列映射/数据清洗/单位转换/规格推断)
- 条码映射管理与云端同步(Gitea REST API)
- 云端同步支持:条码映射、供应商配置、商品资料、采购模板
- 拖拽一键处理(图片→OCR→Excel→合并)
- 191 个单元测试
- 移除无用的模板管理功能
- 清理 IDE 产物目录

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-04 19:51:13 +08:00
commit e4d62df7e3
78 changed files with 15257 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
# Environment
.env
# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.venv/
# Build & dist
build/
dist/
release/
*.spec
# Logs & temp
logs/
data/temp/
# Runtime outputs
data/output/
data/result/
data/input/
data/product_cache.db
data/user_settings.json
*.db
# Claude Code / IDE
.claude/
.playwright-mcp/
.trae/
# Old project
wework_xiaoai_bot/
# OS/IDE
.DS_Store
Thumbs.db
.idea/
.vscode/