__pycache__/
*.py[cod]
.pytest_cache/
.venv/
venv/
build/
dist/
*.egg-info/
.DS_Store

# Test corpus: downloaded models, generated edge cases, and whatever you link in.
tests/corpus/
