Merge branch 'feature-wallet' into node-stratum-proxy

This commit is contained in:
Dobromir Popov
2025-09-30 12:10:09 +03:00
45 changed files with 6122 additions and 1 deletions

38
.gitignore vendored
View File

@@ -1,4 +1,40 @@
zano/cmake/*
rin/proxy/third-party/*
rin/proxy/node-stratum-proxy/node_modules/*
node_modules/*
node_modules/*
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pdb
*.egg
*.egg-info/
dist/
build/
.eggs/
*.log
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock
# OS/Editor
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo
*.bak
*.tmp
*.orig
venv/
*/venv/
**/venv/
rin/wallet/web/venv/