# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Test/coverage artifacts
.coverage
.pytest_cache
.mypy_cache
.ruff_cache
htmlcov/

# Per-developer overrides (point at non-docker-compose infra, etc.)
tests/.env.local

# Local bench fixture registry — points at machine-local catalog files
# and per-host MinIO buckets. Build with `python -m bench.seed`.
bench/state.json
