ZKAC/.gitignore
2026-04-09 20:11:46 +02:00

23 lines
255 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__
# Experiments
*.ipynb
*.png