summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
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__/