From 01ef95a54603061f885bbfeaa447c6dd9b014e02 Mon Sep 17 00:00:00 2001 From: Christophe Pradal Date: Fri, 25 Oct 2024 08:41:46 +1300 Subject: [PATCH] Update .gitignore Do not commit vscode config files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9ba43a30..cc6c1a65 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,6 @@ nosetests.xml # Jupyter .ipynb_checkpoints + +# VS Code +.vscode