Files
playwrite/.gitignore
Misaka_Company cff5e78c1d refactor: optimize material deletion with exact code matching and database queries
- 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>
2026-02-10 10:53:53 +08:00

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