From 6b8ceb885f4d31f087a31fedd4f807d9d3362f49 Mon Sep 17 00:00:00 2001 From: Brosef Date: Tue, 17 Jun 2025 17:39:16 +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