chore: sim 전략 파라미터·페이퍼 실험 데이터 git 추적 (백업 공백 해소)

state/* 일괄 제외에 sim 화이트리스트 추가 — 108변이 파라미터(variants.json)·
메인 튜닝(params.json)·마킹(favorites.json)·등록근거(backtest_results.json)·
일별성과(equity_history)·관찰목록·지수이력 + 변이별 계좌/거래기록.
last_scan·variants_compare(5분 스냅샷)·flow_history.sqlite(백필 재구축 가능)는 계속 제외.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
hyowons
2026-06-11 11:20:31 +09:00
parent 70841548bc
commit a3c6496ffa
135 changed files with 100940 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"cash": 100000000,
"initial": 100000000,
"positions": {},
"realized_pnl": 0.0,
"closed_trades": 0,
"wins": 0,
"peak_equity": 100000000,
"max_drawdown": 0.0,
"last_exit": {},
"created_at": "2026-06-11T09:00:01.943184+09:00",
"updated_at": "2026-06-11T11:20:01.454247+09:00"
}