# Exclude everything first
*

# Then include only what we want
!main.py
!README.md
!models/
!models/llama-2-7b-chat.gguf.dummy

# Exclude the actual model file
models/llama-2-7b-chat.gguf

# Exclude unwanted directories and files
.gradio/
__pycache__/
config/
logs/
*.pyc
*.pem
.DS_Store
Thumbs.db