- 删除无用文件: 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>
40 lines
437 B
Plaintext
40 lines
437 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
*.egg
|
|
dist/
|
|
build/
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
.coverage
|
|
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
|