From ceefe4f5a7d9cdf1b243749000ab969bd1ee78b9 Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 5 Sep 2025 14:56:09 +0200 Subject: [PATCH] chore: normalize .gitignore after cleanup --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3b97d8c..cee716c 100644 --- a/.gitignore +++ b/.gitignore @@ -72,6 +72,12 @@ logs/ storage/ data/ certbot/ - + # Ignore local contributor guide copy AGENTS.md + +# Local artifacts from browser tooling +.playwright-mcp/ + +# Local SQLite files in backend +backend/*.sqlite*