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:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user