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

# Self-hosted Woodpecker deploy: the real `.env` holds the Forgejo OAuth secret
# (the bundle ships only `.env.example`). Never commit it.
deploy/woodpecker/.env

# mgf-test-supervisor per-run state (TS-24/27)
.gates/

# Woodpecker CI private-registry netrc (read:package token) — host-only, never commit.
deploy/woodpecker/netrc
