From 2d6bc4f57287e43d219849516c0d5fef245cf9d3 Mon Sep 17 00:00:00 2001 From: Quentin Fuxa <38427957+QuentinFuxa@users.noreply.github.com> Date: Sat, 14 Mar 2026 00:18:10 +0100 Subject: [PATCH] Add '*.c' to .dockerignore --- .dockerignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.dockerignore b/.dockerignore index a599462..9661113 100644 --- a/.dockerignore +++ b/.dockerignore @@ -11,3 +11,4 @@ __pycache__ .secrets dist build +*.c