From c26584e4aee23b89a1a9d8a47ede48c6ac0718e9 Mon Sep 17 00:00:00 2001 From: Gilles Soulier Date: Fri, 22 May 2026 17:16:14 +0200 Subject: [PATCH] chore: gitignore agent/target et artefacts de build --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 8b13789..ed6a276 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,12 @@ +repo.md +# Rust build artifacts +agent/target/ + +# Go build artifacts +server/tmp/ +server/*.test + +# OS +.DS_Store +Thumbs.db