diff --git a/.gitignore b/.gitignore index 3f98fa1..9edad0e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ venv .idea -/test/clients.json \ No newline at end of file +/test/clients.json +*.pyc diff --git a/test/run-broker.sh b/test/run-broker.sh old mode 100644 new mode 100755