# Python
/.python-version
/.pytype/
/dist/
/docs/_build/
/src/*.egg-info/
__pycache__/
.*venv*
_build/
.tox

# VSCode
.vscode/

# MacOS
.DS_Store

# data
results
table.csv

# development
tmp.py
run_mteb.py
error_logs.txt

# tmp tests files
tests/tmpfiles/*
results.zip
seb_cache/

# website
site/
datawrapper_api_key.txt
hf_api_key.txt


# tests cache ignore
test_task.json
test_encode_task.json
test-encode-task.json

# tutorial results
docs/model_results.json
