__pycache__/
*.pyc
*.log
# model artifacts (published to the HF Hub, not git) — anchored to repo root so they do
# NOT match the package source at src/lebse/
/lebse/
/model/
*.safetensors
*.bin
# local secrets / data
.env
raw/

# HF upload artifact (derived from MODEL_CARD.md)
HF_README.md
