Spaces:
Runtime error
Runtime error
| node_modules | |
| npm-debug.log | |
| .DS_Store | |
| .git | |
| .gitignore | |
| .env* | |
| *.log | |
| .vscode | |
| .idea | |
| coverage | |
| .nyc_output | |
| htmlcov | |
| *.tmp | |
| *.temp | |
| temp | |
| tmp | |
| venv | |
| .venv | |
| env | |
| ENV | |
| __pycache__ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| build | |
| develop-eggs | |
| downloads | |
| eggs | |
| .eggs | |
| sdist | |
| var | |
| wheels | |
| *.egg-info | |
| .installed.cfg | |
| *.egg | |
| MANIFEST | |
| # Keep client/src/lib - this is important for our React app | |
| !client/src/lib | |
| # But still exclude Python lib directories | |
| /lib/ | |
| lib64/ | |
| **/site-packages/ | |
| **/lib/python*/ |