From 4a4423037ef18c044ec23074af51e7f6554d3404 Mon Sep 17 00:00:00 2001 From: BrandonPacewic <92102436+BrandonPacewic@users.noreply.github.com> Date: Sun, 1 Mar 2026 13:58:23 -0800 Subject: [PATCH] chore: add `.*` ignore --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 89417b7..f752a98 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,8 @@ # Copyright (c) BrandonPacewic # SPDX-License-Identifier: MIT +.* __pycache__/ -.vs/ -.vscode/ /build/ /out/ compile_commands.json