2023-04-24 00:38:47 +03:00
|
|
|
# Default ignored files
|
|
|
|
/shelf/
|
|
|
|
/workspace.xml
|
|
|
|
# Editor-based HTTP Client requests
|
|
|
|
/httpRequests/
|
|
|
|
# Datasource local storage ignored files
|
|
|
|
/dataSources/
|
|
|
|
/dataSources.local.xml
|
|
|
|
|
2023-04-28 02:15:50 +03:00
|
|
|
# Ignore local python virtual environment
|
|
|
|
venv/
|
|
|
|
|
|
|
|
# Ignore streamlit_chat_app.py conversations pickle
|
|
|
|
conversations.pkl
|
2023-04-28 05:23:38 +03:00
|
|
|
*.pkl
|
2023-04-28 02:15:50 +03:00
|
|
|
|
|
|
|
# Ignore accounts created by api's
|
|
|
|
accounts.txt
|
|
|
|
|
2023-04-24 00:38:47 +03:00
|
|
|
.idea/
|
|
|
|
|
2023-04-28 00:56:39 +03:00
|
|
|
**/__pycache__/
|
2023-04-24 00:38:47 +03:00
|
|
|
|
2023-04-28 03:48:00 +03:00
|
|
|
__pycache__/
|
|
|
|
|
2023-04-24 00:38:47 +03:00
|
|
|
*.log
|
|
|
|
|
|
|
|
cookie.json
|
2023-04-27 22:10:43 +03:00
|
|
|
|
|
|
|
*.pyc
|
2023-04-28 00:56:39 +03:00
|
|
|
|
2023-07-17 02:57:48 +03:00
|
|
|
dist/
|
2023-07-17 03:12:49 +03:00
|
|
|
*.egg-info/
|
|
|
|
*.egg
|
|
|
|
*.egg-info
|
|
|
|
build
|
|
|
|
test.py
|