Skip to content

Commit

Permalink
Merge pull request #242 from pdcastro/devcontainer-gitignore
Browse files Browse the repository at this point in the history
Update VSCode devcontainer image
  • Loading branch information
mitch-dc authored Feb 19, 2024
2 parents 9cd2c06 + 8c5d128 commit 5e28500
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"image": "mcr.microsoft.com/devcontainers/python:3",
"postCreateCommand": "python .devcontainer/init.py",
"customizations": {
"vscode": {
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Workstation OS files
.DS_Store

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down

0 comments on commit 5e28500

Please sign in to comment.