diff --git a/.gitignore b/.gitignore index 28196a5..957d957 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,11 @@ # vendor/ # MacOS -*.DS_Store \ No newline at end of file +*.DS_Store + + +# pyinstaller builds +build/ +dist/ +*.spec +__pycache__/ \ No newline at end of file