-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
7,913 additions
and
25,725 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Ignore Python cache and virtual environments | ||
**/__pycache__ | ||
**/*.pyc | ||
**/*.pyo | ||
**/*.pyd | ||
**/*.egg | ||
**/*.egg-info | ||
**/dist | ||
**/build | ||
**/pip-wheel-metadata | ||
**/*.venv | ||
**/.venv | ||
|
||
# Ignore Node.js and TypeScript build artifacts | ||
**/node_modules | ||
**/*.log | ||
**/dist | ||
**/lib | ||
**/out | ||
**/cache | ||
**/coverage | ||
**/tslib | ||
**/*.tsbuildinfo | ||
|
||
# Ignore svm contract build artifacts | ||
**/test-ledger | ||
|
||
# Ignore Rust build artifacts | ||
**/target | ||
|
||
# General IDE and OS files | ||
**/*.swp | ||
**/*~ | ||
**/.vscode | ||
**/.idea | ||
**/*.DS_Store | ||
**/Thumbs.db | ||
|
||
# Git and version control | ||
**/.git | ||
**/.gitignore | ||
|
||
# Ignore keys | ||
**/keypairs/*.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.