gemma4-stack / .gitignore
Neohosseinism's picture
Add openwebui functions; exclude personal data backups
ea3571c
Raw
History Blame Contribute Delete
314 Bytes
# local config & secrets
.env
# rendered llama-swap config
llama-swap/config.yaml
# Open WebUI persistent data (db, vector store, uploads) and its backups
openwebui/data/
openwebui/data.bak-*/
# bench output
scripts/bench-results/
# transient hf_hub download locks (0-byte)
*.lock
# python
__pycache__/
*.pyc