From 87d440b672639c1969ae1debb6b9eabc89ab00e2 Mon Sep 17 00:00:00 2001 From: Simone Date: Mon, 25 May 2026 22:04:22 +0200 Subject: [PATCH] chore: add .venv and .coverage to .gitignore Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a929303..b92409a 100644 --- a/.gitignore +++ b/.gitignore @@ -58,4 +58,8 @@ graphify-out/ __pycache__/ *.pyc +# Python dev/test artifacts +.venv/ +.coverage + cache/ \ No newline at end of file