BUG-005: 模板文件名改为 PinMAP-Template.xlsx / PinList-Template.xlsx BUG-006: 布局改为 Number 外侧 + Name 里侧(v1.5.4 最终版) - 从边界往中心:第1圈=Number,第2圈=Name - 上边角点例外处理,15种网格无冲突 - 18/18 单元测试 + 37/37 集成测试全部通过
36 lines
370 B
Plaintext
36 lines
370 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Output files (generated by the tool)
|
|
*_PinList.xlsx
|
|
*.xls.bak
|
|
*.xlsx.bak
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Agent metadata
|
|
.openclaw/
|
|
AGENTS.md
|
|
HEARTBEAT.md
|
|
IDENTITY.md
|
|
SOUL.md
|
|
TOOLS.md
|
|
USER.md
|
|
|
|
# Release archives (keep versioned release notes only)
|
|
Releases/*.zip
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|