mirror of
https://github.com/TheBlewish/Automated-AI-Web-Researcher-Ollama.git
synced 2025-01-18 16:37:47 +00:00
Merge branch 'main' into main
This commit is contained in:
commit
1f6174ca7f
40
.gitignore
vendored
40
.gitignore
vendored
|
@ -2,4 +2,42 @@ __pycache__
|
||||||
venv
|
venv
|
||||||
logs
|
logs
|
||||||
modelfile
|
modelfile
|
||||||
research_session_*
|
research_session_*
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
Loading…
Reference in a new issue