# Extends the mcpb default exclusion list (.git/, .DS_Store, *.log, *.map, …).
# The bundle ships what `uv run atproto-mcp` needs — manifest.json,
# pyproject.toml, and src/ — plus README.md (pyproject's `readme` points at
# it) and LICENSE, which must accompany distributed copies under MIT.
# Never add either of those here.

# Build and environment artifacts
dist/
build/
.venv/
*.egg-info/
__pycache__/
*.pyc
uv.lock

# Not needed at runtime
tests/
scripts/
.github/

# Config for other harnesses — stays in the repo, dead weight in the bundle
mcp.json
POWER.md
AGENTS.md

# Editor and tooling state
.vscode/
.crush/
