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

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

# Local secrets / operator data (never commit clouds.yaml, creds, etc.)
my_stuff/
clouds.yaml
*.pem
*_id_ed25519

# Editor / OS
.idea/
.DS_Store

# mgf-fed catch-up backups (never commit)
**/*.bak.[0-9]*
