Skip to content

Commit

Permalink
Merge pull request #496 from singnet/development
Browse files Browse the repository at this point in the history
Separating the SDK from CLI repo and updates
  • Loading branch information
sassless committed Apr 26, 2024
2 parents 52d2052 + b7f8c5b commit 2992954
Show file tree
Hide file tree
Showing 132 changed files with 334 additions and 3,589 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
.env
.venv
env/
venv/
.idea/
__pycache__
blockchain/node_modules
snet.egg-info/
*.pyi
snet.cli.egg-info/
snet/cli/resources/node_modules
snet/cli/resources/proto/*.py
build/
dist/
*.pyi
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include snet/cli/resources/proto/*
include snet/cli/resources/package.json

recursive-exclude * .git
recursive-exclude * node_modules
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

0 comments on commit 2992954

Please sign in to comment.