From 35db12d506fd8aea6d0cf13dfe1a1f3deecd2ba8 Mon Sep 17 00:00:00 2001 From: VALLONGOL Date: Thu, 27 Nov 2025 12:49:18 +0100 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 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 306d677..f2959fc 100644 --- a/.gitignore +++ b/.gitignore @@ -153,4 +153,5 @@ dmypy.json baseline/* _dist/* _build/* -__UCC/* \ No newline at end of file +__UCC/* +.pytest_cache/* \ No newline at end of file