gpt4free-original/.gitignore

33 行
424 B
Plaintext
Raw 通常表示 履歴

# 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 11:23:38 +09:00
*.pkl
# Ignore accounts created by api's
accounts.txt
.idea/
2023-04-28 06:56:39 +09:00
**/__pycache__/
2023-04-28 09:48:00 +09:00
__pycache__/
*.log
cookie.json
*.pyc
2023-04-28 06:56:39 +09:00
dist/