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:
hyowons
2026-06-04 15:45:27 +09:00
parent 135d9e463c
commit 8561afbcd2
3 changed files with 82 additions and 1 deletions
+4 -1
View File
@@ -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/