We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3350f commit ab166e8Copy full SHA for ab166e8
1 file changed
.gitignore
@@ -21,3 +21,17 @@ infra/ansible/playbooks/files/**.pem
21
22
examples/l2/crates/l2/db
23
examples/l2/crates/l2/zkvm_programs/sp1/elf/sp1_state_transition_program
24
+
25
+# Circom
26
+*.ptau
27
+challenge_0003
28
+response_0003
29
+challenge_phase2_0003
30
+circuit.r1cs
31
+circuit.r1cs.json
32
+circuit.sym
33
+response_phase2_0003
34
+witness.wtns
35
+*.zkey
36
+circuit_cpp/
37
+circuit_js
0 commit comments