Files
mymt5opp/.gitignore
T
2026-06-26 18:47:35 +08:00

21 lines
275 B
Plaintext

# 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