Every commit to main now tags itself sequentially, compiles the EA via MetaEditor CLI, archives the .ex5 to builds/, pushes, and prunes tags and archived builds down to the last 10. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
16 lines
230 B
Text
16 lines
230 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
|
|
builds/
|