Create Nuitka.gitignore

minimal .gitignore for apps compiled with nuitka
This commit is contained in:
Elozor Bruce 2022-11-10 13:34:53 +11:00 committed by GitHub
parent e5323759e3
commit ce1082a030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,15 @@
# Nuitka
# website: nuitka.net
# build folders
*.build/
*.onefile-build/
# uncomment for onefile
# *.dist/
# Python bytecode cache
__pycache__/
# Pycharm
.idea/