From 4907c7ed919c1b61e0de6785a67a87cb0b8443fa Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 28 May 2024 18:46:28 -0700 Subject: [PATCH] Update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4b8f053..aae5107 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__ .env -/litellm \ No newline at end of file +/litellm +/pipelines/**.* \ No newline at end of file