From 26280ef8e50ce35467082ee5087e65848457310e Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sun, 21 May 2023 20:16:41 +0200 Subject: [PATCH] ignore .vscode --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 03ffe07..bccf235 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ # ignore molecule/testinfra pycache -**/__pycache__ \ No newline at end of file +**/__pycache__ +.vscode \ No newline at end of file