diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..21bafbd --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +dist +build +*.spec \ No newline at end of file diff --git a/README.md b/README.md index 340c7a2..5c739fd 100644 --- a/README.md +++ b/README.md @@ -38,4 +38,4 @@
  • Install the needed dependencies. (pip install requests pyinstaller)
  • Use pyinstaller to build the app. (pyinstaller -D -F -n GVM.x86_64 main.py)
  • -Our pyinstaller command is recommended and tested. \ No newline at end of file +Our pyinstaller command is recommended and tested.