Spaces:
Running
Running
| # Node.js / React Client | |
| node_modules/ | |
| client/dist/ | |
| client/build/ | |
| client/coverage/ | |
| npm-debug.log* | |
| yarn-debug.log* | |
| yarn-error.log* | |
| .env | |
| .env.local | |
| .env.development.local | |
| .env.test.local | |
| .env.production.local | |
| # Python Server | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| venv/ | |
| .venv/ | |
| env/ | |
| .pytest_cache/ | |
| # C++ SplatTiler | |
| SplatTiler/build/ | |
| SplatTiler/out/ | |
| *.o | |
| *.obj | |
| *.exe | |
| # IDE / OS | |
| .vscode/ | |
| .idea/ | |
| .DS_Store | |
| Thumbs.db |