gpt4free/.gitignore
hlohaus 97499b8411 fix: ignore .env file in version control
- 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
2025-07-10 03:28:49 +02:00

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