diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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__/ |