# Include important documentation and configuration files
include README.md
include LICENSE
include CLAUDE.md
include pyproject.toml
include mcp_config_example.json
# Include the main.py standalone tool
include main.py
# Exclude build and temporary files
global-exclude __pycache__
global-exclude *.py[cod]
global-exclude *.so
global-exclude .DS_Store