**/.DS_Store
**/*.zip

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

old*.txt
new*.txt
*.prof
*.pprof
tasks.txt
**/ref.txt
**/*.pk
**/*.vk
**/*.proof
**/*.input
**/*.r1cs
input.json
*.log
**/*.csv
# Files used as backups when refactoring
*.backup

# generated files during integratrion tests
integratrion_test/**

# binary
gnark
playground
examples/benchmark/benchmark
examples/**/*.html

# gnarkd example circuits
gnarkd/circuits/**

.vscode

# compiled sage -> python code
*.sage.py

# Jetbrains stuff
.idea/

# go workspace
go.work
go.work.sum

examples/gbotrel/**