# 환경 변수 (절대 커밋 금지)
.env
.env.*
!.env.example

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
*.whl

# 가상환경
.venv/
.venv312/
venv/
env/

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

# 테스트/캐시
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
.coverage.*

# OS
.DS_Store
Thumbs.db

# Modal / HuggingFace 로컬 캐시
Models/
.modal_gpu_ez/
