From 107d66ffbe88377c830f380d0b56bb7108ed6e59 Mon Sep 17 00:00:00 2001 From: pureliture Date: Sat, 23 May 2026 20:31:52 +0900 Subject: [PATCH] chore: expand gitignore for graphify artifacts and coverage outputs Co-Authored-By: Codex --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index a31c3b6..ca31020 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,9 @@ ghas-baseline.csv *.ghas.csv findings/ reports/ +graphify-out/ +graphify* +*graphify* .scanner/ workspaces/ *.log @@ -47,6 +50,10 @@ __pycache__/ .venv/ venv/ .uv/ +coverage/ +.coverage +.coverage.* +htmlcov/ dist/ build/ *.egg-info/