Spaces:
Runtime error
Runtime error
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| *.egg | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| *.whl | |
| .Python | |
| develop-eggs/ | |
| .installed.cfg | |
| pip-log.txt | |
| pip-delete-this-directory.txt | |
| .pytest_cache/ | |
| .coverage | |
| htmlcov/ | |
| .tox/ | |
| .venv | |
| venv/ | |
| ENV/ | |
| env/ | |
| # C/C++ | |
| *.o | |
| *.obj | |
| *.exe | |
| *.out | |
| *.app | |
| *.dll | |
| *.dylib | |
| *.lib | |
| *.a | |
| *.la | |
| *.lo | |
| *.slo | |
| *.ko | |
| *.elf | |
| *.ilk | |
| *.map | |
| *.exp | |
| *.gch | |
| *.pch | |
| *.idb | |
| *.pdb | |
| *.mod | |
| *.smod | |
| *.lai | |
| # CMake | |
| CMakeCache.txt | |
| CMakeFiles/ | |
| CMakeScripts/ | |
| cmake_install.cmake | |
| install_manifest.txt | |
| CTestTestfile.cmake | |
| _deps/ | |
| cmake-build-*/ | |
| CMakeUserPresets.json | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| .DS_Store | |
| *.iml | |
| .project | |
| .cproject | |
| .settings/ | |
| # Visual Studio | |
| .vs/ | |
| *.user | |
| *.suo | |
| *.userosscache | |
| *.sln.docstates | |
| *.VC.db | |
| *.VC.opendb | |
| # Build directories | |
| build/ | |
| Build/ | |
| out/ | |
| dist/ | |
| temp/ | |
| # Logs | |
| *.log | |