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