diff --git a/.gitignore b/.gitignore index 712da33..3329365 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ blockchain.cache env htmlcov/ -joinmarket.cfg -cmttools/commitments.json -blacklist +scripts/joinmarket.cfg +scripts/cmttools/commitments.json +scripts/blacklist diff --git a/logs/.gitignore b/scripts/logs/.gitignore similarity index 100% rename from logs/.gitignore rename to scripts/logs/.gitignore diff --git a/sendpayment.py b/scripts/sendpayment.py similarity index 100% rename from sendpayment.py rename to scripts/sendpayment.py