0g-storage-node/.gitignore
Bo QIU cae5b62440
Hotfix for python tests caused by unexpected file deletion (#258)
* Hotfix for python tests caused by unexpected file deletion

* add more info when launch blockchain node failed

* add stdout if blockchain launch failed

* seek stdout and err to 0 if failed to launch blockchain

* Improve zg chain port to avoid port conflict in parallel execution

* fix float issue

* Fix py failures
2024-11-05 13:49:58 +08:00

9 lines
116 B
Plaintext

.DS_Store
/target
# src/config.rs
/.idea
tests/**/__pycache__
tests/tmp/**
.vscode/*.json
/0g-storage-contracts-dev