# Don't publish Python source to npm (it's on PyPI)
src/
tests/
*.py
!bin/*.py
pyproject.toml
uv.lock
.venv/
__pycache__/
*.pyc
.mypy_cache/
.pytest_cache/
*.egg-info/
dist/
build/

# Keep only the wrapper
!bin/

# Development files
.git/
.github/
.claude/
.idea/
*.sh
IMPLEMENTATION.md
CLAUDE_DESKTOP_SETUP.md
QUICK_START.md
*.example.json
verify.py