summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: e73dcc13c6820555666c5de6d8afbd9071346d65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/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__/

*.log

cookie.json