- Created clsBOMManager for managing BOM data - Added clsCategory and clsMaterialItem for category and material representation - Implemented methods for loading and organizing BOM data from Excel - Introduced .gitignore to exclude unnecessary files - Added metadata JSON for module tracking
16 lines
126 B
Plaintext
16 lines
126 B
Plaintext
__pycache__/
|
|
.venv
|
|
build
|
|
dist
|
|
log
|
|
*.spec
|
|
temp
|
|
|
|
# Claude 临时文件
|
|
.claude/
|
|
tmpclaude-*
|
|
*.log
|
|
*workspace*
|
|
*.png
|
|
data/
|
|
*.xlsm |