From e413cee018d6c64808783256e4f0a956a5282198 Mon Sep 17 00:00:00 2001 From: Callum Yuille Date: Mon, 15 Jun 2026 14:41:21 +0100 Subject: [PATCH] Add .dockerignore Exclude VCS, build artifacts, and docs from the Docker build context. Co-Authored-By: Claude Opus 4.8 (1M context) --- .dockerignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..bc3a566 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,9 @@ +.git +.github +bin +*.test +coverage.out +.idea +.vscode +README.md +LICENSE