From e05cebc10c42fdc9d3a82f1ec17c3baf7e02add7 Mon Sep 17 00:00:00 2001 From: "s0wlz (Matthias Puchstein)" Date: Thu, 30 Apr 2026 01:04:43 +0200 Subject: [PATCH] chore: ignore AI artefacts and log files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 6e459af..2fa28f3 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,9 @@ frontend/playwright-report/ # Local dev scripts and logs server.log start_backend.sh + +# AI-generated artefacts +conductor/ +docs/review.md +docs/tutortool_audit.md +*.log