ac5ec453d3
- Untrack .claude/commands/ and .windsurf/workflows/ (personal IDE config) - Fix .gitignore: scope /CLAUDE.md to root only, add .claude/, remove incorrect .github/workflows/ exclusion (CI needs these tracked) - Rename docs/ANTIGRAVITY.md → docs/CLAUDE.md (Claude Desktop setup; "Antigravity" was an internal codename, confusing to public users) - Fix stale repo name: masdevid/mt5-mcp → masdevid/mt5-quant in README.md, docs/CLAUDE.md, CURSOR.md, QUICKSTART.md, VSCODE.md, WINDSURF.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
40 lines
459 B
Plaintext
40 lines
459 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/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
/tmp/mt5opt_*
|
|
|
|
|
|
# Added by cargo
|
|
|
|
/target
|