# Files excluded from the .mcpb bundle (mcpb pack)
# The uv runtime resolves dependencies from pyproject.toml at install time,
# so we ship ONLY the source needed to run the server.

# Local virtualenv / build artifacts
.venv/
venv/
dist/
build/
*.egg-info/
**/__pycache__/
*.pyc

# VCS / tooling
.git/
.gitignore
.github/
.vscode/

# Dev-only material (not needed at runtime)
scripts/
claude-sessions/
guidelines/
planning/
install.ps1
install.sh
runtime_config.json

# Plugin-only material — skills and the plugin skeleton ship in the Claude Code
# plugin bundle (build-plugin.yml), NOT in the .mcpb Desktop bundle.
skills/
plugin/

# Local usage logs / caches
usage/
*.log

# The packed artifact itself
*.mcpb
