From 8ddb206871ffe65740a5f4c35443c099d53a50d6 Mon Sep 17 00:00:00 2001 From: everbarry Date: Thu, 9 Apr 2026 18:40:21 +0200 Subject: [PATCH] up gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 50785f4..7ab82cc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,8 @@ target # Python / Maturin -python/__pycache__ -python/*.cpython* +python/zkac/__pycache__ +python/zkac/*.cpython* .pytest_cache/ .venv/ tests/__pycache__ \ No newline at end of file