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

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/

# ===================================
# Virtual Environments
# ===================================
.venv/
.venv_lint/
.venv_system/
venv/
ENV/

# ===================================
# Environment Variables
# ===================================
.env
.env.*
!.env.example
API_KEYS.txt

# ===================================
# IDE & Editor
# ===================================
.vscode/
.idea/
.cursor/
*.swp
*~

# ===================================
# OS Files
# ===================================
.DS_Store
.AppleDouble
.LSOverride
Icon?
Thumbs.db

# ===================================
# Testing & Coverage
# ===================================
.coverage
.coverage.*
coverage.xml
coverage.json
htmlcov/
.pytest_cache/

# ===================================
# Cache & Build
# ===================================
.cache/
.ruff_cache/
.mypy_cache/
.uvcache/
.import_linter_cache/
.importlinter_cache/

# ===================================
# Logs
# ===================================
logs/
*.log
out.log
err.log

# ===================================
# Backups & Archives
# ===================================
backups/
.backups/
**/.archive/
*.bak

# ===================================
# ML Models & Artifacts
# ===================================
/models/
*.onnx
*.bin
*.safetensors
huggingface_cache/
spacy_models/

# ===================================
# Database
# ===================================
*.db
*.sqlite3
dump.rdb

# ===================================
# Temporary Files
# ===================================
temp/
tmp/
*" 2."*
* 2.*
*" copy"*

# ===================================
# AI Tools (로컬 설정)
# ===================================
.claude/
GEMINI.md

# ===================================
# Frontend (React/Vite)
# ===================================
frontend/node_modules/
frontend/dist/
frontend/coverage/
frontend/.turbo/
# ===================================
# Easy Start 데이터 (Docker 불필요 간편 실행)
# ===================================
easy_start/.chroma_data/
easy_start/.bm25_index.pkl
# ===================================
# Internal Analysis (로컬 전용)
# ===================================
analysis-results/
docs/plans/
frontend/docs/plans/
docs/verification-report.md
temp_*.md
