🔍 chore(.gitignore): add langchain.db to the list of ignored files

The file `langchain.db` is now added to the list of ignored files in the `.gitignore` file. This ensures that the `langchain.db` file is not tracked by Git and will not be included in future commits.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-30 17:12:54 -03:00
commit 9217386dbc

1
.gitignore vendored
View file

@ -242,3 +242,4 @@ dmypy.json
# Poetry
.testenv/*
langflow.db
langchain.db