mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
- Modified `.gitignore` to add `.env` entry at the end of the file - Prevents accidental inclusion of `.env` file in git tracking - Ensures `.env` is treated as an ignored file going forward - Appended change resulted in no newline at end of file after addition
39 lines
No EOL
541 B
Text
39 lines
No EOL
541 B
Text
# 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
|
|
.idea/
|
|
**/__pycache__/
|
|
__pycache__/
|
|
|
|
*.log
|
|
*.pyc
|
|
*.egg-info/
|
|
*.egg
|
|
*.egg-info
|
|
.DS_Store
|
|
*~
|
|
*.gguf
|
|
.buildozer
|
|
har_and_cookies
|
|
node_modules
|
|
models
|
|
projects/windows/g4f
|
|
generated_images/
|
|
generated_media/
|
|
projects/windows/
|
|
|
|
*.bak
|
|
*.backup
|
|
.env |