# GGUF model files - users download their own
*.gguf

# Python cache
__pycache__/
*.pyc
*.pyo

# Virtual environment
venv/
.venv/

# IDE
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db
# Compiled omni-server binaries (download from GitHub Releases or compile from llama.cpp-omni)
bin/*.exe
bin/*.dll
