From 251e6b860d20e03333be0522bc531e05cd2a8317 Mon Sep 17 00:00:00 2001 From: abel <67806187+theo-abel@users.noreply.github.com> Date: Mon, 9 Mar 2026 16:59:45 +0100 Subject: [PATCH] chore(git): ignore build artifacts Add **/build/ pattern and a descriptive comment to .gitignore to exclude build directories from version control. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 502605d..6f8b170 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,8 @@ .vscode __pycache__ +# Build artifacts +**/build/ + # Podman/Docker container storage artifacts ~/.fuzzforge/