first commit
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
# Python
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Market data — large & re-downloadable
|
||||
data/
|
||||
|
||||
# Run outputs / scratch
|
||||
results/
|
||||
*.db # Optuna SQLite studies
|
||||
*.htm # pulled MT5 reports
|
||||
|
||||
# Secrets — NEVER commit broker credentials
|
||||
.env
|
||||
*.env
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user