MQL5-Google-Onedrive/.gitignore
GenX FX Trading System 869b399a45
Add Firefox Relay secret placeholders (#107)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: genxdbxfx3 <genxdbxfx3@gmail.com>
2026-01-16 00:12:27 +07:00

41 lines
328 B
Text

dist/
# MetaTrader 5 compiled artifacts
*.ex5
# Editor/OS clutter
*.mq5~
*.mqh~
.DS_Store
# Logs
logs/
*.log
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Virtual environments
venv/
env/
ENV/
# Local env files (secrets)
.env
.env.*
!.env.example
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
Thumbs.db
Desktop.ini