From 79f5e866c8e650ace5dd3717af65a193ce719f6d Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Tue, 4 Nov 2025 22:05:19 -0500 Subject: [PATCH] Update .gitignore to include pymakr-test and .vscode directories --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 678ad27..18bebd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ -/__pycache__ -/secrets.py \ No newline at end of file +/__pycache__/ +/secrets.py +/pymakr-test/ +.gitignore +.vscode/ \ No newline at end of file