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/