hotel-chat / .gitignore
looker01202
update gitignore
a9c626a
raw
history blame contribute delete
499 Bytes
# .gitignore
# Python Virtual Environment
venv/
.venv/
# Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
# Local Models (assuming you download GGUF here)
models/
*.gguf
# IDE / Editor specific files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# OS generated files
.DS_Store
Thumbs.db
# Secrets / Environment variables (if you use a .env file later)
.env
# Gradio cache/temp files (optional, but can be useful)
gradio_cached_examples/
gradio_cached_examples_log.csv
.cache
chats/