tmp/

# MCPB bundles produced by a local `mcpb pack .` dry-run before tagging.
# CI builds the canonical bundle as a workflow artefact attached to the
# GitHub Release; nothing should live in the repo root.
*.mcpb

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg

# uv / venv
.venv/

# Test / coverage artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.mypy_cache/
.ruff_cache/

# IDE
.idea/
.vscode/
