Create .dockerignore

This commit is contained in:
Aaron Po
2026-05-09 23:53:13 -04:00
parent 0fc3fe0982
commit fed7bd3a95

View File

@@ -0,0 +1,9 @@
# Ignore model files!
*.gguf
*.bin
models/
weights/
# Ignore local build folders
build/
.git/