- Change from fuzzy material name matching to exact material code matching - Migrate from MaterialsTypeToBeDeleted to MaterialsToBeDeleted table - Add should_delete_material() for on-demand database queries - Remove in-memory material list loading to reduce memory footprint - Update documentation to reflect new matching logic - Remove main scripts from git tracking (contain user-specific config) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
34 lines
365 B
Plaintext
34 lines
365 B
Plaintext
__pycache__/
|
|
.venv
|
|
build
|
|
dist
|
|
log
|
|
*.spec
|
|
temp
|
|
|
|
# Claude 临时文件
|
|
.claude/
|
|
tmpclaude-*
|
|
*.log
|
|
*workspace*
|
|
*.png
|
|
data/
|
|
orderID.txt
|
|
ProductionID.txt
|
|
|
|
# 测试脚本
|
|
tests/
|
|
|
|
# 用户配置文件(包含敏感信息)
|
|
config/user_settings.json
|
|
nul
|
|
|
|
# 主脚本(包含用户特定配置)
|
|
main.py
|
|
main_clean.py
|
|
main_ui.py
|
|
record.py
|
|
|
|
# 环境变量
|
|
.env
|
|
.env.local |