orc-order-v2/.gitignore
houhuan fb12e63c4c feat(供应商管理): 新增规则引擎与词典配置支持
refactor(处理器): 重构通用供应商处理器以支持规则引擎
docs: 更新README与文档说明供应商管理功能
build: 更新打包脚本注入版本信息
test: 添加规则引擎单元测试
2025-12-12 13:46:00 +08:00

28 lines
225 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.venv/
# Build & dist
build/
dist/
release/
*.spec
# Logs & temp
logs/
data/temp/
# Runtime outputs
data/output/
data/result/
# OS/IDE
.DS_Store
Thumbs.db
.idea/
.vscode/