From c9f620000754674bb0489f05c2c352dce017fddf Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sun, 4 Sep 2022 17:19:22 +0300 Subject: [PATCH] Ignore pytest_cache directory from git using .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9d33a849..a2e89c26 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ src/.data /dist/ /khoj_assistant.egg-info/ /config/khoj*.yml +.pytest_cache