diff --git a/.gitignore b/.gitignore index 6ef96ad..cbcdc08 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ demo.py first.py theme.py -/.idea \ No newline at end of file +/.idea +/dist/ +!/dist/drawingtraining +/*.spec +/build/ diff --git a/requirements.txt b/requirements.txt index 3c03d0b..e1732c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ -dearpygui -pathlib -pillow \ No newline at end of file +pillow +pyinstaller \ No newline at end of file