chore: Comment out .vscode directory and related files in .gitignore

This commit is contained in:
William Valentin
2025-08-08 15:48:27 -07:00
parent b4a68c7c08
commit 5fb552268c

7
.gitignore vendored
View File

@@ -48,9 +48,10 @@ htmlcov/
.pylint.d/ .pylint.d/
# IDEs and editors # IDEs and editors
.vscode/ # .vscode/
!.vscode/tasks.json # !.vscode/tasks.json
!.vscode/launch.json # !.vscode/launch.json
# !.vscode/settings.json
.idea/ .idea/
*.swp *.swp
*.swo *.swo