37 lines
543 B
Plaintext
37 lines
543 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/
|
|
|
|
# file-share demo runtime / local-only artifacts
|
|
demo/__pycache__/
|
|
demo/fs_data/
|
|
demo/.demo_state/
|
|
demo/creds/
|
|
demo/test_bucket/
|
|
|
|
# Workflow kept locally only (not versioned)
|
|
.github/workflows/fuzz-smoke.yml
|