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
+12
View File
@@ -32,6 +32,18 @@ update-check.json
**/state/*
!**/state/trade_journal.jsonl
!**/state/market_indicators_history.jsonl
# sim 전략 정의·페이퍼 실험 데이터는 추적 (108변이 파라미터·마킹·누적 성적 — 복구 불가, 2026-06-11)
# last_scan·variants_compare(5분 스냅샷)·flow_history.sqlite(백필로 재구축 가능)는 계속 제외
!**/state/sim/
**/state/sim/*
!**/state/sim/variants.json
!**/state/sim/params.json
!**/state/sim/favorites.json
!**/state/sim/backtest_results.json
!**/state/sim/equity_history.json
!**/state/sim/watchlist.json
!**/state/sim/index_history.json
!**/state/sim/variants/
/cache/
/locks/
/logs/