# Runtime chat sessions (created on first use)
chats/

# Direct-loader settings (folders/binary path are machine-specific)
muse_settings.json

# Downloaded llama-server builds (created on first use)
bin/

# Python bytecode
__pycache__/
*.py[cod]
*.pyo

# OS / editor cruft
.DS_Store
Thumbs.db
*.swp
.vscode/
.idea/
