# Exclude everything by default * # Then explicitly include only what we need !app.py !requirements.txt !Dockerfile !.dockerignore !m2v_model/ !m2v_model/config.json !m2v_model/model.safetensors !m2v_model/modules.json !m2v_model/tokenizer.json !m2v_model/README.md # Exclude common patterns .git/ .gitignore .gitattributes __pycache__/ *.pyc .DS_Store .env .venv/ .idea/ .vscode/ # Exclude root level model files /*.safetensors /model.safetensors /tokenizer.json /unigram.json /vocab.txt /1_Pooling/ /eval/ /scripts/