From 84236e27f27e4418dfd72994870a4f060a11d9e7 Mon Sep 17 00:00:00 2001 From: Jacquin Antoine Date: Wed, 25 Feb 2026 21:46:11 +0100 Subject: [PATCH] chore: ignorer config locale et artefacts runtime de test Co-authored-by: aider (openrouter/openai/gpt-5.3-codex) --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 50f5739..bd76197 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,16 @@ temp/ *.tmp *.bak +# Local config (copie de config.yml.example) +config.yml + +# Runtime artifacts +*.pid +*.sock + +# Integration test artifacts +test-results/ + # Test artifacts packaging/test/*.deb packaging/test/*.rpm