Update .gitignore for Pycharm
This commit is contained in:
parent
925c3d57f2
commit
3faae5cef4
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue