# Python
.venv/
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.hypothesis/
.ruff_cache/
.cache/
# vdjmatch caches / outputs
*.annot.txt
*.annot.summary.txt
.vdjmatch_cache/
# editors / OS
.idea/
*.iml
.DS_Store

# Sphinx build output
docs/_build/
