AI_Chatbot / .gitignore
LejobuildYT's picture
Upload 10 files
fa319f5 verified
# Dependencies
node_modules/
*.egg-info/
dist/
build/
__pycache__/
.Python
# Environment
.env
.venv
env/
venv/
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Build
dist/
*.pyc
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Model cache (optional, aber groß)
*.bin
*.pt
*.safetensors
# Hugging Face cache
huggingface/
.cache/
# Testing
.coverage
htmlcov/