feat: add source export script and clean up .DS_Store tracking

Add scripts/export_source.sh to export project source to dist-source/,
add .DS_Store and dist-source/ to .gitignore, remove tracked .DS_Store.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-21 18:27:24 +08:00
parent 7f52375115
commit c5897e5d0d
3 changed files with 31 additions and 0 deletions

2
.gitignore vendored
View File

@@ -1,8 +1,10 @@
__pycache__/
*.pyc
.DS_Store
.venv/
*.egg-info/
dist/
build/
backups/
scan/
dist-source/