ZKAC/.gitignore
2026-04-19 23:19:24 +02:00

27 lines
334 B
Plaintext

# Rust
target
# cargo-fuzz / fuzzing
fuzz/corpus/
fuzz/artifacts/
fuzz/target/
fuzz/crashes/
crash-*
leak-*
*.profraw
# Python / Maturin
python/zkac/__pycache__
python/zkac/*.cpython*
.pytest_cache/
.venv/
tests/__pycache__
cli/zkac_cli/__pycache__
# Experiments
*.ipynb
*.png
# wasm-pack output for browser demo
demo/static/pkg/