LocalAI/.gitignore
2023-05-23 17:12:48 +02:00

23 lines
269 B
Plaintext

# go-llama build artifacts
go-llama
gpt4all
go-stable-diffusion
go-gpt2
go-rwkv
whisper.cpp
# LocalAI build binary
LocalAI
local-ai
# prevent above rules from omitting the helm chart
!charts/*
# Ignore models
models/*
test-models/
release/
# just in case
.DS_Store