From b29ac097f48b1ddb7b8d309262374a80ec11c973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=27=C3=A9lectron=20rare?= <108685187+electron-rare@users.noreply.github.com> Date: Fri, 27 Mar 2026 08:36:31 +0100 Subject: [PATCH] chore: add .dockerignore Co-Authored-By: Claude Opus 4.6 (1M context) --- .dockerignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..9dfa979 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,17 @@ +__pycache__ +*.pyc +.git +.ops +node_modules +*.egg-info +agents +specs +tools +hardware +firmware +docs +web +zeroclaw +KIKIFOU +.github +tests