# 데이터 파일 (매 실행마다 재생성)
GatherTradingData.xlsx
GatherTradingData.json

# LibreOffice 임시 잠금 파일
.~lock.*

# 빌드 산출물
Temp/
dist/

# OS / 에디터
...
.DS_Store
Thumbs.db
desktop.ini

# Python
__pycache__/
*.pyc
*.pyo
.venv/
*.egg-info/

# Node
node_modules/

# Claude 세션 캐시 (자동메모리 제외)
.claude/projects/
