Spaces:
Build error
Build error
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| # Exception: frontend source lib (utils, api) | |
| !frontend/src/lib/ | |
| !frontend/src/lib/** | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| MANIFEST | |
| .venv/ | |
| .venv*/ | |
| venv/ | |
| ENV/ | |
| env/ | |
| # Node | |
| node_modules/ | |
| .pnp | |
| .pnp.js | |
| .yarn/cache | |
| .yarn/unplugged | |
| .yarn/build-state.yml | |
| .yarn/install-state.gz | |
| .pnp.* | |
| .next/ | |
| out/ | |
| build/ | |
| dist/ | |
| # IDEs | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| .DS_Store | |
| # Environment | |
| .env | |
| .env.local | |
| .env.*.local | |
| # Logs | |
| *.log | |
| logs/ | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| # Testing | |
| .coverage | |
| .pytest_cache/ | |
| htmlcov/ | |
| .nyc_output | |
| # Storage | |
| storage/ | |
| *.wav | |
| *.mp3 | |
| *.flac | |
| # Docker | |
| *.pid | |
| *.seed | |
| *.pid.lock | |
| . p n p m - s t o r e / | |