├── .devcontainer ├── Dockerfile └── devcontainer.json ├── main.py └── readme.md /.devcontainer/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexwilson1/nreal_linux_test/HEAD/.devcontainer/Dockerfile -------------------------------------------------------------------------------- /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexwilson1/nreal_linux_test/HEAD/.devcontainer/devcontainer.json -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexwilson1/nreal_linux_test/HEAD/main.py -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexwilson1/nreal_linux_test/HEAD/readme.md --------------------------------------------------------------------------------