chore: clean up old plan files and update gitignore

- Add build artifacts to .gitignore (binaries/, *.exe, *.pdb)
- Update WORK_SUMMARY with latest progress
- Remove outdated plan files (moved to docs/archive/plans/)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
iven
2026-03-16 09:59:39 +08:00
parent 134798c430
commit a7582cb135
2 changed files with 109 additions and 18 deletions

5
.gitignore vendored
View File

@@ -35,3 +35,8 @@ Thumbs.db
# Tauri
desktop/src-tauri/target/
desktop/dist/
# Build artifacts
desktop/src-tauri/binaries/
*.exe
*.pdb