diff --git a/.gitignore b/.gitignore index 57786ad..426ee9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ # Client **/__pycache__/ -/Source/Client/apps/ -/Source/Client/build/ -/Source/Client/sources/ -/Source/Client/*.spec -/Source/Client/*.bak -/Source/Client/config.cfg \ No newline at end of file +/apps/ +/build/ +/sources/ +*.spec +*.bak +config.cfg +/.idea/ +/dist/ \ No newline at end of file