# Include config files include chiluka/configs/*.yml # Include pretrained config files (but NOT weights) include chiluka/pretrained/ASR/config.yml include chiluka/pretrained/PLBERT/config.yml # Exclude large model weights (these come from HuggingFace Hub) exclude chiluka/checkpoints/*.pth exclude chiluka/pretrained/ASR/*.pth exclude chiluka/pretrained/JDC/*.t7 exclude chiluka/pretrained/PLBERT/*.t7 # Exclude other unnecessary files global-exclude *.pyc global-exclude __pycache__ global-exclude *.egg-info