chore: 排除 data/ 目录,添加 Binance 数据下载说明
data/ 目录含超大 CSV 文件(最大 634MB),超出 GitHub 100MB 限制。 改为在 README 中提供 Binance 官方下载链接,用户自行获取数据。 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -30,6 +30,9 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user