Automated-AI-Web-Researcher.../.gitignore

44 lines
424 B
Plaintext
Raw Normal View History

2024-11-21 17:43:18 +00:00
__pycache__
2024-11-21 17:43:51 +00:00
venv
2024-11-21 17:43:18 +00:00
logs
modelfile
2024-11-23 01:52:09 +00:00
research_session_*
2024-11-22 03:58:33 +00:00
# Python
__pycache__/
*.py[cod]
*$py.class
# Virtual Environment
venv/
env/
.env
# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo
# OS generated files
.DS_Store
Thumbs.db
# Logs
*.log
# Model files (if they're large, you might want to exclude them)
*.gguf
# Distribution / packaging
dist/
build/
*.egg-info/
# Jupyter Notebook
.ipynb_checkpoints
# Other
*.bak
*.tmp