mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-05-16 22:39:43 +00:00
37 lines
504 B
Plaintext
37 lines
504 B
Plaintext
# Docker build context ignore file
|
|
# Exclude files that don't need to be in the Docker build context
|
|
|
|
# Build artifacts
|
|
nomos-circuits-*/
|
|
prover-*/
|
|
verifier-*/
|
|
witness-generators/
|
|
proving-keys/
|
|
*.tar.gz
|
|
|
|
# Powers of Tau file (large, will be downloaded inside if needed)
|
|
*.ptau
|
|
|
|
# Circom build (will be done inside container)
|
|
circom/
|
|
|
|
# Generated circuit files
|
|
*_cpp/
|
|
*.r1cs
|
|
*.zkey
|
|
*_verification_key.json
|
|
|
|
# Git
|
|
.git/
|
|
.github/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Cache
|
|
.docker-cache/
|
|
__pycache__/
|
|
*.pyc |