Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| env/ | |
| venv/ | |
| ENV/ | |
| .venv | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| # Virtual environment | |
| venv/ | |
| # Models (large files) | |
| Model/ | |
| models/ | |
| *.bin | |
| *.safetensors | |
| # Node | |
| node_modules/ | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Frontend build | |
| frontend/dist/ | |
| frontend/.vite/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| *.log | |