Spaces:
Sleeping
Sleeping
| # dependencies | |
| node_modules/ | |
| .pnp | |
| .pnp.js | |
| # next.js | |
| .next/ | |
| out/ | |
| # build | |
| dist/ | |
| build/ | |
| # env files | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # debug | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # misc | |
| .DS_Store | |
| *.pem | |
| Thumbs.db | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # typescript | |
| *.tsbuildinfo | |
| next-env.d.ts | |
| # python | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| .venv/ | |
| venv/ | |
| *.egg-info/ | |
| # model files (too large for git) | |
| *.safetensors | |
| *.bin | |
| *.onnx | |
| *.pt | |
| *.pth | |
| clauseguard-model/ | |