# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
build/
dist/
*.egg-info/
*.egg
.eggs/
.installed.cfg
wheels/
share/python-wheels/
pip-wheel-metadata/

# uv
.uv-cache/
uv.lock.bak

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

# Test + coverage
.pytest_cache/
.coverage
.coverage.*
# mtest supervisor state — durations, quarantine, last-run JSONL
.gates/
htmlcov/
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.tox/

# mypy + ruff
.mypy_cache/
.ruff_cache/
.import_linter_cache/

# pre-commit
.pre-commit-cache/

# Editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Zig (hrb-code/)
zig-cache/
zig-out/
.zig-cache/
zig-pkg/

# Project-local notes
my_stuff/

# Claude Code session artifacts
.claude/scheduled_tasks.lock
.claude/worktrees/
# MGF standardized ignores (AG-18) — local secrets, IDE, Claude-local
.claude/settings.local.json
.claude/state/
.claude/mgf-hooks-disabled
