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*