data/ 目录含超大 CSV 文件(最大 634MB),超出 GitHub 100MB 限制。 改为在 README 中提供 Binance 官方下载链接,用户自行获取数据。 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
43 lines
493 B
Plaintext
43 lines
493 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/
|
|
|
|
# Data files (download from Binance, see README)
|
|
data/
|
|
|
|
# Runtime generated output (tracked baseline images are in output/)
|
|
output/all_results.json
|
|
output/evidence_dashboard.png
|
|
output/综合结论报告.txt
|
|
output/hurst_test/
|
|
*.tmp
|
|
*.bak
|