From d2712e2fa4644aff8213d88c46d3380a1859876d Mon Sep 17 00:00:00 2001 From: Brosef Date: Tue, 17 Jun 2025 17:39:18 +0100 Subject: [PATCH] Stopped tracking .vscode directory --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b19507c..444d5fa 100644 --- a/.gitignore +++ b/.gitignore @@ -174,4 +174,6 @@ cython_debug/ # PyPI configuration file .pypirc -/test.py \ No newline at end of file +# ---> Other +/test.py +/.vscode/ \ No newline at end of file