alu-chatbot / .gitignore
Donne120
Add working conversational model with distilgpt2
26b81e7
Raw
History Blame
407 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
.env
.venv
env/
venv/
compat_venv/
fresh_env
# Virtual Environment
ENV/
# Data Directory
data/
/data/
/vector_index/
*.bin
*.pt
*.pth
*.onnx
*.safetensors
# Database
*.db
*.sqlite3
# Logs
logs/
*.log
# Editor/IDE specific
.idea/
.vscode/
*.swp
*.swo
# OS specific
.DS_Store
Thumbs.db
# Environment variables
.env
# Node
node_modules/
dist/
build/
.DS_Store