Skip to content

Commit

Permalink
docs & example & concurrent fetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Dec 25, 2024
1 parent 5b2e6fd commit 891db4e
Show file tree
Hide file tree
Showing 11 changed files with 2,428 additions and 201 deletions.
30 changes: 3 additions & 27 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,35 +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
.cargo

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

This file was deleted.

Loading

0 comments on commit 891db4e

Please sign in to comment.