# Version control
.git/
.github/

# Python build artifacts
.venv/
__pycache__/
*.egg-info/
dist/
build/
*.whl
*.pyc
*.pyo

# Secrets & local config
.env
mcp-key.pem

# Dev/docs only
clawhub/
docs/
.claude/

# Dependency lock (pip install uses pyproject.toml directly)
uv.lock

# Registry / CI metadata (not needed at runtime)
server.json
CONTRIBUTING.md
