first commit

This commit is contained in:
2026-06-26 18:47:35 +08:00
commit 49be922517
11 changed files with 1781 additions and 0 deletions
+20
View File
@@ -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