gpt4free/.gitignore

45 lines
574 B
Plaintext
Raw Normal View History

# 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
2023-04-28 05:23:38 +03:00
*.pkl
# Ignore accounts created by api's
accounts.txt
.idea/
2023-04-28 00:56:39 +03:00
**/__pycache__/
2023-04-28 03:48:00 +03:00
__pycache__/
2023-08-14 02:06:19 +03:00
dist/
*.log
*.pyc
2023-07-17 03:12:49 +03:00
*.egg-info/
*.egg
*.egg-info
build
2023-08-14 02:06:19 +03:00
2023-07-21 09:25:18 +03:00
test.py
2023-08-14 02:02:01 +03:00
update.py
2023-08-14 02:06:19 +03:00
cookie.json
2023-09-13 00:16:31 +03:00
notes.txt
close_issues.py
2023-09-19 01:50:47 +03:00
xxx.py
2023-09-23 02:43:25 +03:00
lab.py
2023-10-04 22:38:12 +03:00
lab.js
2023-10-06 14:21:42 +03:00
bing.py
bing2.py
2023-10-06 21:51:43 +03:00
.DS_Store
2023-10-06 22:39:43 +03:00
MANIFEST.in
2023-07-21 09:25:18 +03:00
# Emacs crap
*~