include VERSION include README.md include LICENSE include CHANGELOG.md include CONTRIBUTING.md include SECURITY.md include pyproject.toml recursive-include docs *.md recursive-include tests *.py recursive-include src/superclaude *.py *.md *.ts *.json global-exclude __pycache__ global-exclude *.py[co] global-exclude .DS_Store