ZKAC/.gitignore
2026-04-09 18:41:29 +02:00

14 lines
150 B
Plaintext

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