# 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/
