gpt4free/.gitignore
2023-10-06 20:39:43 +01:00

45 lines
574 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__/
dist/
*.log
*.pyc
*.egg-info/
*.egg
*.egg-info
build
test.py
update.py
cookie.json
notes.txt
close_issues.py
xxx.py
lab.py
lab.js
bing.py
bing2.py
.DS_Store
MANIFEST.in
# Emacs crap
*~