From bdb7c7c43aa446d2facf25057f22f119daaedbfc Mon Sep 17 00:00:00 2001 From: zwitschi Date: Wed, 29 Apr 2026 16:51:37 +0200 Subject: [PATCH] feat: update .gitignore to include logs and generated data directories Co-authored-by: Copilot --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 34b5cb6..5ad90de 100644 --- a/.gitignore +++ b/.gitignore @@ -45,5 +45,8 @@ Thumbs.db # instructions .github/instructions/ + +# Logs and generated data +logs/ +data/ backend/data/ -data/ \ No newline at end of file