Spaces:
Build error
Build error
| # Dependencies | |
| /node_modules | |
| /sunlight/node_modules | |
| # Build artifacts | |
| /dist | |
| /build | |
| # Logs | |
| *.log | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Other | |
| .DS_Store | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # Python | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| env/ | |
| venv/ | |