From 43fe0869c209d63852bcd257f7c1ee6637f713c5 Mon Sep 17 00:00:00 2001 From: Esa Kataja Date: Mon, 7 Apr 2025 16:17:55 +0300 Subject: [PATCH] Change gitignore to reflect new structure --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c9f77ec..252cd6b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ wheels/ .venv # Project specific -*.json *.bak -src/out/* -originals/* \ No newline at end of file +src/output/* +originals/* +.vscode \ No newline at end of file