# 의존성 파일
.venv/
.claude/
.env
.DS_Store
.DS_Store?

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS generated
Thumbs.db

# 런타임 데이터
.invoice_*.json

# 로그 파일
logs/
*.log
verification*.log

# 출력 파일
output/
output answer/

# 입력 파일 (고객 제공)
input/

# 디버그/개발 스크립트
debug_*.py
inspect_*.py
update_*.py

# 임시/백업 파일
**/*backup*
tests/temp.txt

# IDE
.ruff_cache/
source_path.json
