From 8c2e31499601c0b13ab757bc5f4d317c5258e26a Mon Sep 17 00:00:00 2001 From: everbarry Date: Thu, 9 Apr 2026 18:41:29 +0200 Subject: [PATCH] up gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7ab82cc..002c17e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,8 @@ python/zkac/__pycache__ python/zkac/*.cpython* .pytest_cache/ .venv/ -tests/__pycache__ \ No newline at end of file +tests/__pycache__ + +# Experiments +*.ipynb +*.png