From 139e090df4507f4f152212352ca3559cb0ecdd6d Mon Sep 17 00:00:00 2001 From: emre koca Date: Sat, 20 Jun 2026 19:40:33 +0300 Subject: [PATCH] chore: gitignore local SAST scan output The sast/ directory holds local security-skill scan artifacts (architecture map, per-class results); they're working notes, not release content. Ignore them so they can't be accidentally staged into a feature commit. Co-Authored-By: Claude Opus 4.8 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 085500a..5c8ddf5 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,9 @@ next-env.d.ts # Local notes (untracked drafts) prd.md +# Local SAST scan output (security-skill artifacts, not for release) +/sast/ + # Local demo video bundle (not for release) /demo/