From c1e724f6c5c8ed9e5951b354ebdc077372d02472 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Tue, 24 Dec 2024 18:58:10 +0530 Subject: [PATCH] ignore vscode config --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5080d44..06b7abc 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ venv/ *.pyc *.pyo *.pyd + +# Ignore VSCode config +.vscode/