改为自己的mt5api

This commit is contained in:
2026-07-11 02:42:55 +08:00
commit 0764a9a07f
48 changed files with 13282 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# Environment & secrets
.env
*.env
# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
.venv-hermes/
*.egg-info/
dist/
build/
# Logs & runtime state
*.log
*.jsonl
grid_state.json
genesis_cache.json
/tmp/
# macOS
.DS_Store
.AppleDouble
# IDE
.idea/
.vscode/
*.swp