5 Commits

Author SHA1 Message Date
gongwenxin
4c7bbe0c40 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.
2025-08-07 16:52:47 +08:00
gongwenxin
6fb15f1840 fix:crud流程测试修复 2025-07-12 19:53:21 +08:00
gongwenxin
cd1c6a340e add:stage 2025-07-11 17:56:56 +08:00
gongwenxin
b72406df99 fix:stage_group 2025-06-05 18:29:04 +08:00
gongwenxin
7333cc8a2a step half finish 2025-06-05 15:17:51 +08:00