From 0e38f67e33d252fc0d8630b0670041682eaf3af0 Mon Sep 17 00:00:00 2001 From: VALLONGOL Date: Tue, 21 Oct 2025 13:05:01 +0200 Subject: [PATCH] Chore: Stop tracking files based on .gitignore update. Untracked files matching the following rules: - Rule "!.vscode/launch.json": 1 file - Rule "!.vscode/settings.json": 1 file - Rule "!.vscode/tasks.json": 1 file --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f0e944c..cc67f27 100644 --- a/.gitignore +++ b/.gitignore @@ -148,4 +148,5 @@ dmypy.json # Temporary files *.swp *~ -Temp/* \ No newline at end of file +Temp/* +*.txt \ No newline at end of file