Spaces:
Runtime error
Runtime error
| # 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 | |