Files
btc_price_anany/.gitignore
riba2534 345ca44fa0 chore: 排除 data/ 目录,添加 Binance 数据下载说明
data/ 目录含超大 CSV 文件(最大 634MB),超出 GitHub 100MB 限制。
改为在 README 中提供 Binance 官方下载链接,用户自行获取数据。

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 01:15:06 +08:00

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