__pycache__/
*.pyc
.venv/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.import_linter_cache/
.coverage
.coverage.*
dist/
build/
*.egg-info/
my_stuff/
uv.lock

# test-supervisor runtime output
.gates/
