.venv/
__pycache__/
*.pyc
.claude/
scratch/

# large binary checkpoints and cached datasets -- not meant for git,
# the trained model is published separately on Hugging Face:
# https://huggingface.co/Mithil-21/quadembed-nano
checkpoints/
checkpoints_round*_backup/
data_cache/
*.pt

# staging folder for the Hugging Face upload, mirrors published content
hf_repo/

# python build artifacts
package/dist/
*.egg-info/

# personal blog draft and its working assets -- not meant for the public repo
medium-blog-draft.md
blog_assets/
