# Apptainer container image (large binary) *.sif # Logs logs/ # Model weights (downloaded separately) models/ # HuggingFace cache .cache/ # Python venv .venv/ # Streamlit workspace files workspace/ # Open WebUI persistent data (user accounts, chats, DB) openwebui-data/ # macOS .DS_Store