From 3b2571e8ebc55883d609544bc747bc7d8678cc90 Mon Sep 17 00:00:00 2001 From: HatScripts Date: Tue, 9 Dec 2025 11:49:40 +1100 Subject: [PATCH] Update .gitignore with additional patterns Added rules to ignore .vscode, flags/in_progress, gradient directories, and all .py files to prevent them from being tracked by git. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 2ccbe46..7c47779 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ /node_modules/ +/.vscode/ +/flags/in_progress/ +/gradient/ +*.py \ No newline at end of file