From f6d33638fd1621d0cdbfbf6e809b01e12ffb7077 Mon Sep 17 00:00:00 2001 From: kitos Date: Mon, 8 Jun 2026 16:06:23 +0200 Subject: [PATCH] chore(gitignore): exclude docs/confluence, CLAUDE.md, .claude/, qa scripts --- .gitignore | 8 ++++++++ scripts/.gitignore | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/.gitignore b/.gitignore index 90aea3b..e71bbca 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,11 @@ Thumbs.db # Local development *.local + +# Documentation drafts — never commit, delivered directly in chat +docs/confluence/ +docs/drafts/ + +# Claude working files — contain credentials, never commit +.claude/ +CLAUDE.md diff --git a/scripts/.gitignore b/scripts/.gitignore index 1f3967d..8685894 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -8,3 +8,9 @@ get_admin_creds.py # Also ignore any ad-hoc debug / one-off scripts debug_*.py reset_*.py +qa_*.py +check_*.py + +# QA screenshots and local test artifacts +qa_screenshots/ +qa_screenshots_v3/