mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-05 00:01:00 +00:00
32 lines
423 B
Plaintext
32 lines
423 B
Plaintext
# 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
|
|
*.pkl
|
|
|
|
# Ignore accounts created by api's
|
|
accounts.txt
|
|
|
|
.idea/
|
|
|
|
**/__pycache__/
|
|
|
|
__pycache__/
|
|
|
|
*.log
|
|
|
|
cookie.json
|
|
|
|
*.pyc
|
|
|
|
dist/ |