| # Include package data files | |
| recursive-include src/nexforgetokenizer *.py *.json *.md *.txt | |
| # Include documentation | |
| include README.md | |
| include LICENSE | |
| include requirements.txt | |
| include pyproject.toml | |
| # Include examples | |
| recursive-include examples *.* | |
| # Include tests | |
| recursive-include tests *.py | |
| # Exclude cache and temporary files | |
| global-exclude *.py[cod] __pycache__ *.so | |
| # Include any VERSION file if it exists | |
| include src/nexforgetokenizer/VERSION | |