# Python __pycache__/ *.py[cod] *$py.class *.egg-info/ dist/ build/ *.egg venv/ .venv/ env/ # Sentence model weights (downloaded from HF Hub at startup) models/sentence_model/model.safetensors models/sentence_model/tokenizer.json # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Jupyter .ipynb_checkpoints/ # Local publish staging .hf_dataset_release/ # Benchmark output benchmark_results.json