gpt4free/.gitignore

40 lines
483 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-27 22:23:38 -04:00
*.pkl
# Ignore accounts created by api's
accounts.txt
.idea/
2023-04-27 17:56:39 -04:00
**/__pycache__/
2023-04-27 20:48:00 -04:00
__pycache__/
*.log
cookie.json
*.pyc
2023-04-27 17:56:39 -04:00
2023-07-16 19:57:48 -04:00
dist/
2023-07-16 20:12:49 -04:00
*.egg-info/
*.egg
*.egg-info
build
2023-07-21 02:25:18 -04:00
test.py
# Emacs crap
*~