up gitignore

This commit is contained in:
everbarry 2026-04-09 18:40:21 +02:00
parent 7af6e935ee
commit 8ddb206871

4
.gitignore vendored
View File

@ -2,8 +2,8 @@
target target
# Python / Maturin # Python / Maturin
python/__pycache__ python/zkac/__pycache__
python/*.cpython* python/zkac/*.cpython*
.pytest_cache/ .pytest_cache/
.venv/ .venv/
tests/__pycache__ tests/__pycache__