From 9fad0d71ef348de8e4593f03504e4cb423ce04d3 Mon Sep 17 00:00:00 2001 From: Josh Date: Sun, 4 May 2025 15:11:34 -0400 Subject: [PATCH] chore: update gitignore with venv and vscode dirs --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5c36113..f6295d5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,6 @@ build *.egg-info .env tconnectsync-check-output.log -ignore_* \ No newline at end of file +ignore_* +.venv/ +.vscode/ \ No newline at end of file