From 3faae5cef463d667b0f9d186b98961ad008f4bd9 Mon Sep 17 00:00:00 2001 From: GuoHai Date: Sat, 30 Dec 2023 12:27:02 +0800 Subject: [PATCH] Update .gitignore for Pycharm --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cf259ad42..744817491 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,9 @@ qdrant_storage .chroma .ruff_cache +# PyCharm +.idea/ + # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json @@ -256,4 +259,4 @@ langflow.db /tmp/* src/backend/langflow/frontend/ .docker -scratchpad* \ No newline at end of file +scratchpad*