23 lines
255 B
Plaintext
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
|