Files
QuantEngineByItz/.gitignore
T
kjh2064 a9d4400831 chore: runtime/lineage_events.jsonl .gitignore 추가 및 추적 해제
append-only 런타임 감사 로그는 매 DAG 실행마다 증가하며
merge conflict를 유발하는 런타임 아티팩트 — git 추적 불필요.
파일은 로컬에서 그대로 유지됨.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-14 10:11:46 +09:00

36 lines
527 B
Plaintext

# 데이터 파일 (매 실행마다 재생성)
GatherTradingData.xlsx
GatherTradingData.json
# LibreOffice 임시 잠금 파일
.~lock.*
# 빌드 산출물
Temp/
dist/
# 런타임 감사 로그 (append-only, 매 DAG 실행마다 증가)
runtime/lineage_events.jsonl
# OS / 에디터
...
.DS_Store
Thumbs.db
desktop.ini
# Python
__pycache__/
*.pyc
*.pyo
.venv/
*.egg-info/
# Node
node_modules/
# Google OAuth 토큰 (절대 커밋 금지)
.clasprc.json
# Claude 세션 캐시 (자동메모리 제외)
.claude/projects/