__pycache__/
.DS_Store
.venv
test/results*
test/corpus*
dist/
build/
*.egg-info/
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# corpora
/corpus/

# internal tooling (webui + corpus mining + annotations) — never commit
tools/

# pypi build artifacts
*.tar.gz
*.whl
MANIFEST