From 20a780c7b64c38071fe70ad23e16e80c23c0147b Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 17 Nov 2024 13:12:22 +0200 Subject: [PATCH] gitignore : ignore local run scripts [no ci] --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 0b56bcc7a..307c065f7 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,7 @@ poetry.toml # Test models for lora adapters /lora-tests + +# Local scripts +/run-vim.sh +/run-chat.sh