onionrblocks/.gitignore

6 lines
66 B
Plaintext
Raw Normal View History

2019-07-15 22:22:48 +00:00
venv/*
2020-05-06 02:56:09 +00:00
helloworld/__pycache__/*
2019-07-15 22:22:48 +00:00
testdata/*
2020-05-06 02:56:09 +00:00
.vscode/*
2020-12-09 23:49:34 +00:00
*.egg-info/*