e954883189
- Rewrite README.md to focus on LLM-driven install setup - Simplify QUICKSTART.md to minimal LLM instruction guide - Rewrite CONFIG.md to remove platform-specific path examples - Delete platform-specific IDE docs (CLAUDE.md, CURSOR.md, VSCODE.md, WINDSURF.md) - Simplify REMOTE_AGENTS.md to remove Wine install details - Clean up TROUBLESHOOTING.md to remove platform install sections - Ignore .vscode/ and .codegraph/ directories - Untrack server.json (should remain tracked - already restored)
46 lines
504 B
Plaintext
46 lines
504 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.venv/
|
|
venv/
|
|
|
|
# Reports (generated, not tracked)
|
|
reports/20*/
|
|
reports/*_opt/
|
|
|
|
# Job metadata
|
|
.mt5mcp_jobs/
|
|
|
|
# Config (contains local paths)
|
|
config/mt5-quant.yaml
|
|
config/baseline.json
|
|
config/backtest_history.json
|
|
|
|
# Claude Code (personal, not for repo)
|
|
/CLAUDE.md
|
|
.claude/
|
|
|
|
# Windsurf (local workflows, not for repo)
|
|
.windsurf/
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# Codegraph
|
|
.codegraph/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
/tmp/mt5opt_*
|
|
|
|
|
|
# Added by cargo
|
|
|
|
/target
|