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
cd1c6a340e add:stage 2025-07-11 17:56:56 +08:00
gongwenxin
f003fbbbd1 修改了测试严格程度,高于指定严格程度的用例才影响api是否通过 2025-06-27 18:44:36 +08:00
gongwenxin
df90a5377f mvp 2025-06-16 14:49:49 +08:00
gongwenxin
f0cc525141 v0.2 2025-05-27 03:18:14 +08:00