From 5fb552268c689f784aabc02f619cb034ef86cca4 Mon Sep 17 00:00:00 2001 From: William Valentin Date: Fri, 8 Aug 2025 15:48:27 -0700 Subject: [PATCH] chore: Comment out .vscode directory and related files in .gitignore --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c580925..f26a083 100644 --- a/.gitignore +++ b/.gitignore @@ -48,9 +48,10 @@ htmlcov/ .pylint.d/ # IDEs and editors -.vscode/ -!.vscode/tasks.json -!.vscode/launch.json +# .vscode/ +# !.vscode/tasks.json +# !.vscode/launch.json +# !.vscode/settings.json .idea/ *.swp *.swo