# Include license and readme include LICENSE include README.md include pyproject.toml # Include optional pure-Python TileLang/Triton helper package recursive-include csrc *.py # Include benchmarks and examples recursive-include benchmarks *.py recursive-include examples *.py recursive-include tests *.py # Exclude bytecode and build artifacts global-exclude __pycache__ global-exclude *.py[cod] global-exclude .DS_Store