# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# CRAFT 모델 파일 (크기가 커서 Git에 포함하지 않음)
craft_mlt_25k.pth
*.pth

# 환경 변수 파일
.env

# Google Cloud Vision API 서비스 계정 키 파일
gen-lang-client-*.json
*.json
!pyproject.toml

# FactSet PDF 파일들 (크기가 커서 Git에 포함하지 않음)
output/factset_pdfs/
output/factset_pdfs_index.json

# 추출된 추정치 데이터 파일들
output/extracted_estimates.csv
output/extracted_estimates_confidence.csv

# 추출된 이미지 파일들 (크기가 커서 Git에 포함하지 않음)
output/estimates/

# 시스템 파일들 (.으로 시작하는 파일들)
.*
!.gitignore
!.github/
