49 lines
533 B
Plaintext
49 lines
533 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
|
|
|
|
# Agent configs (personal LLM instructions)
|
|
CLAUDE.md
|
|
.claude/
|
|
.ocx
|
|
.opencode
|
|
AGENTS.md
|
|
|
|
# Windsurf (local workflows, not for repo)
|
|
.windsurf/
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# Codegraph
|
|
.codegraph/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
/tmp/mt5opt_*
|
|
|
|
|
|
# Added by cargo
|
|
|
|
/target
|