__pycache__/
*.py[cod]
.venv/
build/
dist/
*.egg-info/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
.gates/

# MGF standardized ignores (AG-18) — local secrets, IDE, Claude-local
my_stuff/
.idea/
.vscode/
.claude/settings.local.json
