- 新增 fill_consumable_doc,根据 CSV 填写 Word 出库单(宋体五号) - Web 处理完成后自动生成出库单并提供下载 - 前端拆分为 static 资源,支持在线编辑 CSV 与分步提交财务系统 - 补充 API.md、README(含 Mermaid 数据流)及 config.example.json Co-authored-by: Cursor <cursoragent@cursor.com>
34 lines
308 B
Plaintext
34 lines
308 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
|
|
# Playwright MCP snapshots
|
|
.playwright-mcp/
|
|
|
|
# Local secrets & backups
|
|
config.json
|
|
*.doc.bak
|
|
|
|
# Uploads (user data)
|
|
web/uploads/
|
|
|
|
# Logs
|
|
pipeline.log
|
|
*.log
|
|
|
|
# Debug images
|
|
images/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
.cursor/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db |