diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 6e890de..6e4bf59 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,3 +1,4 @@ -FROM mcr.microsoft.com/devcontainers/python:1-3.12-bullseye +ARG VARIANT="3.12-bullseye" +FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT} #RUN #COPY diff --git a/.gitignore b/.gitignore index f0fa0de..a216be9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__/ .venv actions -.pytest_cache \ No newline at end of file +.pytest_cache +.DS_Store \ No newline at end of file