🔧 chore(.gitignore): add .vscode/ to .gitignore to prevent tracking of VS Code settings

This commit is contained in:
Djalim Simaila 2024-03-27 10:47:36 +01:00
parent 064753b94d
commit 157acad811

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ mocodo_notebook
**__pycache__** **__pycache__**
output output
venv venv
.vscode/