50960bab21
- Brief: Market Intelligence (Binance data + LLM analysis) - Decio: Strategy decision (BUY/HOLD/SELL) - PaperT: Order executor (Binance API) - Anime-style Flask dashboard - Traefik-ready Docker deployment
16 lines
149 B
Plaintext
16 lines
149 B
Plaintext
# BrainSteel Fin - .gitignore
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
venv/
|
|
.venv/
|
|
*.db
|
|
*.log
|
|
.env
|
|
data/*.db
|
|
data/.env
|
|
logs/*.log
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.DS_Store |