From b024a743641f3165d2c5b21b15bae568c682bc73 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Wed, 13 Nov 2024 02:35:15 +0800 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 256105b..0d738c0 100644 --- a/.gitignore +++ b/.gitignore @@ -165,4 +165,6 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -**/__pycache__/ \ No newline at end of file +**/__pycache__/ + +.vscode/ \ No newline at end of file