# Include important files in source distribution include README.md include CLAUDE.md include LICENSE include pyproject.toml include ruff.toml include .env.example # Include source code recursive-include src *.py recursive-include tests *.py # Include GitHub templates recursive-include .github *.md *.yml *.yaml # Exclude development files exclude run_tests.py exclude .pre-commit-config.yaml global-exclude *.pyc global-exclude __pycache__ global-exclude .pytest_cache global-exclude .coverage global-exclude coverage.xml global-exclude .env