onionrblocks/.gitignore

7 lines
69 B
Plaintext
Raw Normal View History

2019-07-15 22:22:48 +00:00
venv/*
testdata/*
2020-05-06 02:56:09 +00:00
.vscode/*
2020-12-09 23:49:34 +00:00
*.egg-info/*
2021-01-20 20:32:53 +00:00
*__pycache__*
build/*
dist/*