__pycache__/
*.py[cod]
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.hypothesis/
*.egg-info/
dist/
build/
.coverage
htmlcov/
.DS_Store
.trilock/
models/
*.onnx
bench/results/*.local.json

# never commit local credentials or benchmark worker logs
.env
.env.*
bench/results/*.log
