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/