chore: 누적 데이터(trade_journal·market_indicators) git 추적 추가
키움 기간조회 API 부재로 복구 불가한 EOD 누적 데이터를 버전관리에 포함. 시크릿·sqlite·logs는 계속 .gitignore 제외 (별도 백업 대상). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+4
-1
@@ -28,7 +28,10 @@ update-check.json
|
||||
/agents/*/inbox/
|
||||
|
||||
# ----- 런타임 상태 / 캐시 / 로그 (모든 depth) -----
|
||||
state/
|
||||
# state 내용물은 제외하되, 작은 누적 데이터(jsonl)는 추적 (복구 불가 — 키움 기간조회 API 없음)
|
||||
**/state/*
|
||||
!**/state/trade_journal.jsonl
|
||||
!**/state/market_indicators_history.jsonl
|
||||
/cache/
|
||||
/locks/
|
||||
/logs/
|
||||
|
||||
Reference in New Issue
Block a user