Update .gitignore for Pycharm (#1270)

Update .gitignore file for Pycharm IDE
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-01-02 09:30:00 -03:00 committed by GitHub
commit c02bf47771
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.gitignore vendored
View file

@ -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*
scratchpad*