Vizion-Trading-EA/.gitignore
SahrJohn aa193fb213 chore: add .gitignore; untrack compiled binaries and logs
- Exclude *.ex5, *.log, *.set, *.ini, key files from git
- profitgtx.ex5 and profitgtx.log removed from tracking

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-18 04:21:18 -06:00

15 lines
222 B
Text

# API keys and secrets
openai_api_key.txt
*.key
*.secret
secrets.*
# MetaTrader tester parameter files
*.set
# MetaTrader compiled binaries (regenerated on compile)
*.ex5
# MetaTrader optimization/log files
*.ini
*.log