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

# Project-local notes
my_stuff/
