Create .dockerignore

This commit is contained in:
Aaron Po
2026-05-09 23:53:13 -04:00
parent 08400e1d97
commit e47cdae2d5

View File

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