ZKAC/.gitignore
2026-04-09 18:40:21 +02:00

9 lines
120 B
Plaintext

# Rust
target
# Python / Maturin
python/zkac/__pycache__
python/zkac/*.cpython*
.pytest_cache/
.venv/
tests/__pycache__