From 2b4b9c068c7fb5e08121facc2f2db1b673f4ef1a Mon Sep 17 00:00:00 2001 From: AdenAthar Date: Fri, 24 Apr 2026 14:02:26 -0700 Subject: [PATCH] Clean up .gitignore: remove duplicate *.csv, add venv/ and coverage artifacts Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8b5b402..1758f93 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ dist/ 06-Package *logs/ _build/ +venv/ # Files *.pyc @@ -26,7 +27,6 @@ output.out *.sh *.zip test_perf.py -*.csv *.onnx *.pt *.lock @@ -38,3 +38,5 @@ test_perf.py *.jpg *.tiff CLAUDE.md +.coverage +coverage.lcov