# 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
