# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# venv
.venv/
venv/

# test / cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# claude code local settings
.claude/settings.local.json

# 내부 작업 계획 (공개 X, 로컬 보관)
PLAN.md

# 로컬 수동 테스트 (샘플 데이터/실행 결과 — 공개 X)
sandbox/

# editor / OS
.DS_Store
.idea/
.vscode/
