From e3fbb24ef4f46837fe320f7584fc32aea88222bb Mon Sep 17 00:00:00 2001 From: VALLONGOL Date: Mon, 15 Sep 2025 10:50:11 +0200 Subject: [PATCH] Chore: Stop tracking files based on .gitignore update. Untracked files matching the following rules: - Rule "!.vscode/launch.json": 1 file --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 66fc7dc..0291e7c 100644 --- a/.gitignore +++ b/.gitignore @@ -148,3 +148,6 @@ dmypy.json # Temporary files *.swp *~ +_dist/* +_build/* +_downloaded/* \ No newline at end of file