diff --git a/.gitignore b/.gitignore index 853f526..d8344cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # pycache +__pycache__ app/__pycache__/ app/util/__pycache__/ @@ -6,4 +7,9 @@ app/util/__pycache__/ output/ # test -*test.py \ No newline at end of file +*test.py + +# Build +build/ +dist/ +main.spec