v1.1.0: 版本更新 - 增强规格解析能力、修复条码映射功能、改进特殊条码处理

This commit is contained in:
2025-05-30 10:24:30 +08:00
parent c0fceea9dc
commit b3c175836a
10 changed files with 350 additions and 77 deletions
+29
View File
@@ -0,0 +1,29 @@
# Python缓存文件
__pycache__/
*.py[cod]
*$py.class
# 虚拟环境
venv/
env/
ENV/
# 日志文件
logs/*.log
logs/*.active
*.log.*
# 临时文件和缓存
data/temp/
data/*.bak
*.bak
.DS_Store
# 输出文件(可选是否忽略)
# data/output/
# IDE文件
.idea/
.vscode/
*.swp
*.swo