Remove large files and build artifacts from Git tracking

- Remove build/ and dist/ directories (>500MB total)
- Remove large log files (log.log, log_dms*.txt, etc.)
- Remove binary files (history_local, mvp.zip, 归档.zip)
- Remove Python compiled files (*.pyc)
- Remove database files (*.db)
- Remove system files (.DS_Store)
- Update .gitignore to prevent future tracking of these files

This reduces repository size significantly and follows best practices
for version control by excluding generated/temporary files.
This commit is contained in:
gongwenxin
2025-08-07 16:52:47 +08:00
parent fdf3934bd1
commit 4c7bbe0c40
76 changed files with 51 additions and 65144 deletions
BIN
View File
Binary file not shown.
Binary file not shown.