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

# Local secrets / config — never commit
.local/
*.env
.env
*.vault

# NER models (210 MB int8 ONNX; hosted externally, not in git)
models/
*.onnx

# OS
.DS_Store
