gpt4free/.gitignore

37 lines
489 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 02:23:38 +00:00
*.pkl
# Ignore accounts created by api's
accounts.txt
.idea/
2023-04-27 21:56:39 +00:00
**/__pycache__/
2023-04-28 00:48:00 +00:00
__pycache__/
2023-08-13 23:06:19 +00:00
dist/
*.log
*.pyc
2023-07-17 00:12:49 +00:00
*.egg-info/
*.egg
*.egg-info
build
2023-08-13 23:06:19 +00:00
2023-07-21 06:25:18 +00:00
test.py
2023-08-13 23:02:01 +00:00
update.py
2023-08-13 23:06:19 +00:00
cookie.json
2023-07-21 06:25:18 +00:00
# Emacs crap
*~