From 3a0ccbef7b84c7a9e00e97d42e5663b7e7a244df Mon Sep 17 00:00:00 2001 From: alpha nerd Date: Fri, 17 Apr 2026 16:56:00 +0200 Subject: [PATCH] feat: update on gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7cd8431..cfce37c 100644 --- a/.gitignore +++ b/.gitignore @@ -66,4 +66,7 @@ config.yaml # SQLite *.db* -*settings.json \ No newline at end of file +*settings.json + +# Test suite (local only, not committed yet) +test/ \ No newline at end of file