Spaces:
Build error
Build error
# Git | |
.git | |
.gitignore | |
# Python | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
*.so | |
.Python | |
env/ | |
build/ | |
develop-eggs/ | |
dist/ | |
downloads/ | |
eggs/ | |
.eggs/ | |
lib/ | |
lib64/ | |
parts/ | |
sdist/ | |
var/ | |
*.egg-info/ | |
.installed.cfg | |
*.egg | |
# Environments | |
venv/ | |
ENV/ | |
.env/ | |
# Model files and data (will be downloaded during container startup) | |
models/ | |
*.pt | |
*.pth | |
*.bin | |
*.onnx | |
*.safetensors | |
*.plan | |
*.zip | |
.cache/ | |
*/.cache/ | |
# IDEs | |
.vscode/ | |
.idea/ | |
*.swp | |
*.swo | |
.cursor/ | |
# OS specific | |
.DS_Store | |
Thumbs.db | |
# Docker | |
Dockerfile | |
docker-compose.yml | |
.dockerignore |