From 2cb8bedfa0510ea58da00e318454fbc331cb77bc Mon Sep 17 00:00:00 2001 From: ckoch Date: Mon, 6 Jul 2026 19:12:22 -0400 Subject: [PATCH] Ignore generated Containerfile and bluebuild script artifacts Co-Authored-By: Claude Fable 5 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e844a5a..e50b2f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .DS_Store __pycache__/ release-preview/ +/.bluebuild-scripts_* +/Containerfile