- # Include library directory with all templates
- recursive-include library *
- # Include JSON schema files
- recursive-include cli/core/schema *.json
- # Include documentation
- include README.md
- include LICENSE
- # Exclude unnecessary files
- global-exclude *.pyc
- global-exclude __pycache__
- global-exclude .DS_Store
|