.venv/
__pycache__/
*.pyc
.pytest_cache/

# Generated by run_tests.sh / tools/make_fixture.py - not worth committing,
# both are reproducible from a fixed seed.
tests/fixtures/

# Downloaded models. Multi-GB; never belongs in a repo.
*.gguf

# Build artifacts from `python -m build`.
dist/
build/
*.egg-info/
