mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-01-14 03:44:25 +01:00
pisa-btc initial commit
Contains basic structure, zmq so subscribe to blockid messages, api and so on. Still WIP
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
*~
|
||||
\#*\#
|
||||
.\#*
|
||||
build/
|
||||
dist/
|
||||
node_modules/
|
||||
.vscode/
|
||||
*.log
|
||||
.nyc_output
|
||||
logs/
|
||||
|
||||
.DS_Store
|
||||
.idea
|
||||
conf.py
|
||||
bitcoin.conf
|
||||
__pycache__/*
|
||||
.pending*
|
||||
|
||||
Reference in New Issue
Block a user