1 Star 0 Fork 0

arechan / Swarm-nbzz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
tousang 提交于 2021-08-13 14:54 . init
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
/get_state_test.ipynb
/contract
/dist
/economy
# C extensions
*.so
**/*.o
**/*.DS_Store
# Database
nohup.out
mongod.log*
fndb_test*
blockchain_test*
*.db
*.db-journal
# Logs
*.log
*.out
# Keys and plot files
config/keys.yaml
config/plots.yaml
# Bundled code
nbzz-blockchain.tar.gz.tar.gz
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
#*.spec
build_scripts/*.dmg
build_scripts/build
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
**/*.egg-info
# Unit test / coverage reports
.cache
.pytest_cache/
# PoSpace plots
**/*.dat
**/*.dat.tmp
*.mo
*.pot
# pyenv
.python-version
.eggs
.venv
venv
activate
# mypy
.mypy_cache/
# Editors
.vscode
.idea
# Packaging
nbzz-blockchain.tar.gz
# Timelord utilities
vdf_bench
# Node modules
**/node_modules
# Offer Files
*.offer
# Backup Files
*.backup
# Attest Files
*.attest
# Compiled CLVM
main.sym
*.recompiled
# Dev config react
# nbzz-blockchain-gui/src/dev_config.js
# React built app
nbzz-blockchain-gui/.eslintcache
nbzz-blockchain-gui/build
build_scripts/dist
build_scripts/*.Dmg
nbzz-blockchain-gui/src/locales/_build
build_scripts\win_build
build_scripts/win_build
win_code_sign_cert.p12
1
https://gitee.com/arechan/Swarm-nbzz.git
git@gitee.com:arechan/Swarm-nbzz.git
arechan
Swarm-nbzz
Swarm-nbzz
main

搜索帮助