chore: clean up whitespace and update gitignore

- Remove trailing whitespace in BIPUploadModule.bas
- Add missing newline at end of BomItem.cls
- Update .gitignore: rename Claude to AI Agent, add .sisyphus/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Misaka_Company
2026-03-12 17:23:59 +08:00
parent 7e2710da3f
commit 596a2d0ad2
3 changed files with 11 additions and 7 deletions

6
.gitignore vendored
View File

@@ -6,8 +6,11 @@ log
*.spec *.spec
temp temp
# Claude 临时文件 # AI Agent 临时文件
.claude/ .claude/
.sisyphus/
tmpclaude-* tmpclaude-*
*.log *.log
*workspace* *workspace*
@@ -15,3 +18,4 @@ tmpclaude-*
data/ data/
*.xlsm *.xlsm
*.xlsx *.xlsx