diff --git a/.gitignore b/.gitignore index 4db4998..38f9a4f 100644 --- a/.gitignore +++ b/.gitignore @@ -104,5 +104,6 @@ venv.bak/ .mypy_cache/ .vscode/settings.json Server/tests.py +Server/convert_ui.sh Drone/test_animation/ Drone/animation.csv diff --git a/Server/convert_ui.sh b/Server/convert_ui.sh deleted file mode 100644 index 4a97bac..0000000 --- a/Server/convert_ui.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/usr/bin/env bash -python -m PyQt5.uic.pyuic -x server_gui.ui -o server_gui.py \ No newline at end of file