xmartlabs / python-template

10 stars 0 forks source link

Add dev-containers and their environment #33

Open gastonsalgueiro opened 6 days ago

gastonsalgueiro commented 6 days ago

Type of change

Description of the change

The VS Code dev-containers are added. Everything related and necessary is placed in the .devcontainers folder. Then, I delete everything we previously had related to Docker, as it is no longer needed to bring up the template, and in a future PR, this will be rethought.

Also, some necessary modifications are made due to the dev-containers, for example, the README.d is adjusted, and the exec.sh file is modified.

Related PRs

N/A