# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Local secrets / operator data
my_stuff/

# mgf-fed catch-up backups
**/*.bak.[0-9]*

# Editor / OS
.idea/
.DS_Store

# fed-resources: live/ is ephemeral telemetry (gitignored, never gated)
fed-resources/live/

# Gate output — mtest writes here; it is not source (was committed by mistake,
# including .gates/quarantine.json, which would carry test-suppression state into CI).
.gates/
fed-resources/generated/
test_catalog.json
