From ce1082a030579336d1ec9484b07a9f1e7120b884 Mon Sep 17 00:00:00 2001 From: Elozor Bruce <96163908+coolcoder613eb@users.noreply.github.com> Date: Thu, 10 Nov 2022 13:34:53 +1100 Subject: [PATCH] Create Nuitka.gitignore minimal .gitignore for apps compiled with nuitka --- community/Python/Nuitka.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 community/Python/Nuitka.gitignore diff --git a/community/Python/Nuitka.gitignore b/community/Python/Nuitka.gitignore new file mode 100644 index 00000000..80142656 --- /dev/null +++ b/community/Python/Nuitka.gitignore @@ -0,0 +1,15 @@ +# Nuitka +# website: nuitka.net + +# build folders +*.build/ +*.onefile-build/ + +# uncomment for onefile +# *.dist/ + +# Python bytecode cache +__pycache__/ + +# Pycharm +.idea/