# 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/
