From 0a872ee1543ea163fa1ca34ee2cafaa95610bb5e Mon Sep 17 00:00:00 2001 From: Ming <tslmy@users.noreply.github.com> Date: Mon, 1 Jan 2024 13:38:46 -0800 Subject: [PATCH] Igore `_static`, the folder for NLTK & Tiktoken caches (#9787) Igore _static --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9eac2c42f..2313f2f35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +llama_index/_static .DS_Store # Byte-compiled / optimized / DLL files __pycache__/ -- GitLab