4aa8789cba
Reconstructed strategy engine + execution layer, trained XGBoost models, a manual trading tool, and the research writeup. Paper mode runs keyless over live WebSocket feeds; live trading requires your own wallet. No secrets committed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
21 lines
271 B
Plaintext
21 lines
271 B
Plaintext
# Secrets — never commit real keys
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.key
|
|
*.pem
|
|
|
|
# Runtime paper/collector output (regenerated on every run)
|
|
data/chainlink_predictor/*
|
|
!data/chainlink_predictor/.gitkeep
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
.pytest_cache/
|
|
|
|
# OS
|
|
.DS_Store
|