From 952f7dbee9e702f12dfa0a25f26159a9c8421cee Mon Sep 17 00:00:00 2001 From: noptuno Date: Thu, 27 Apr 2023 19:15:50 -0400 Subject: First implementation of streamlit chat app in gui folder --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 300ad223..e73dcc13 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,15 @@ /dataSources/ /dataSources.local.xml +# Ignore local python virtual environment +venv/ + +# Ignore streamlit_chat_app.py conversations pickle +conversations.pkl + +# Ignore accounts created by api's +accounts.txt + .idea/ */__pycache__/ -- cgit v1.2.3