# Tooling
.git
.github
.venv
.vscode
.idea
.pytest_cache
.mypy_cache
.ruff_cache
__pycache__
*.pyc
*.pyo
.coverage

# Environments / build outputs
build
dist
*.egg-info
*.mcpb

# Tests + examples are not needed in the production image
tests
examples

# Docs / dev files
CONTRIBUTING.md
docker/README.md
mcpb
