refactor: 开源化项目重构

- 删除无用文件: PYEOF, PLAN.md, HURST_ENHANCEMENT_SUMMARY.md
- 移动 REPORT.md → docs/REPORT.md,更新 53 处图片路径
- 移动 test_hurst_15scales.py → tests/,修复路径引用
- 清理 output/ 中未被报告引用的 60 个文件
- 重写 README.md 为开源标准格式(Badge、结构树、模块表等)
- 添加 MIT LICENSE
- 更新 .gitignore 排除运行时生成文件

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-04 01:07:28 +08:00
parent 6f2fede5ba
commit b4fb0cebb8
68 changed files with 161 additions and 1381 deletions

8
.gitignore vendored
View File

@@ -29,3 +29,11 @@ htmlcov/
# Jupyter
.ipynb_checkpoints/
# Runtime generated output (tracked baseline images are in output/)
output/all_results.json
output/evidence_dashboard.png
output/综合结论报告.txt
output/hurst_test/
*.tmp
*.bak