citrus / .gitignore
tomas.helmfridsson
new model
407ce33
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
# OS-filer
.DS_Store
Thumbs.db
# Hugging Face cache eller stora modeller
*.bin
*.pt
*.onnx
*.safetensors
# Loggar och tillfälliga filer
*.log
*.zip
*.tmp
*.cache/
# Lokala miljöinställningar
.env
.venv