Skip to content

Commit

Permalink
Merge pull request #114 from HerodotusDev/sound-run
Browse files Browse the repository at this point in the history
sound run support
  • Loading branch information
Okm165 authored Dec 27, 2024
2 parents 5efe45b + 5d92d44 commit 0280485
Show file tree
Hide file tree
Showing 186 changed files with 8,684 additions and 3,482 deletions.
29 changes: 3 additions & 26 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Virtual Environment
venv/
.profiling/

# Python Artifacts
__pycache__/
Expand All @@ -11,10 +10,6 @@ __pycache__/
build/
dist/

# Data Files
/src/single_chunk_processor/data/*.json
/src/single_chunk_processor/data/*.zip

# Environment Files
*.env

Expand All @@ -30,34 +25,16 @@ out/
.gas-snapshot
.encryptedKey
broadcast/

# Node.js
node_modules/
package-lock.json

# System Files
.DS_Store
src/.DS_Store

# Solidity Verifier
solidity-verifier/lib/*

# Cairo VM
cairo-vm

# HDP
hdp-test/
hdp/

*.memory
*.trace

# Whitelist - these files should not be ignored
!tests/cairo_programs/fixtures/*.json
!tools/js/package.json
!*_contract.json
!packages/cairo-lang-0.13.1.zip

# Scarb & snfoundry
target
.snfoundry_cache/
.cargo

!examples/*.json
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

Loading

0 comments on commit 0280485

Please sign in to comment.