mirror of
https://github.com/zkonduit/ezkl.git
synced 2026-01-08 05:53:57 -05:00
56 lines
619 B
Plaintext
56 lines
619 B
Plaintext
target
|
|
pkg
|
|
*.csv
|
|
!examples/notebooks/eth_price.csv
|
|
*.ipynb_checkpoints
|
|
*.sol
|
|
!QuantizeData.sol
|
|
!TestReads.sol
|
|
!AttestData.sol
|
|
!VerifierBase.sol
|
|
!LoadInstances.sol
|
|
!AttestData.t.sol
|
|
*.pf
|
|
*.vk
|
|
*.pk
|
|
*.code
|
|
*.key
|
|
*.params
|
|
*.bytecode
|
|
*.bin
|
|
*~
|
|
\#*\#
|
|
.DS_Store
|
|
*_forward.json
|
|
.pytest_cache/
|
|
.env
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.py[cod]
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
.vscode/
|
|
*.whl
|
|
*.bak
|
|
node_modules
|
|
/dist
|
|
timingData.json
|
|
!tests/assets/pk.key
|
|
!tests/assets/vk.key
|
|
docs/python/build
|
|
!tests/assets/vk_aggr.key
|
|
cache
|
|
out
|
|
!tests/assets/wasm.code
|
|
!tests/assets/wasm.sol |