# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
.eggs/

# venv / uv
.venv/
venv/
.python-version

# documentation (MkDocs build)
site/

# tests / tooling
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.mypy_cache/

# IDE / OS
.idea/
.vscode/
.DS_Store

# Local credentials (the repository is public; the project is configured
# exclusively through environment variables — see docs/installation.md).
# `.env*` (not a bare `.env`), to also catch `.env.local`/`.env.production`.
.env*

# MCPB bundle built locally (see docs/installation.md, option 2).
*.mcpb
