.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.import_linter_cache/
dist/
build/
*.egg-info/
tests/_artifacts/
# Test-run outputs: the supervisor's per-run records + failure bundles (TS-24/27)
# and coverage data. Never committed — they are per-run, per-machine state.
.gates/
.coverage
.coverage.*
# MGF standardized ignores (AG-18) — local secrets, IDE, Claude-local
my_stuff/
.idea/
.vscode/
.claude/settings.local.json
