gitignore/community/Python/Nuitka.gitignore
Elozor Bruce ce1082a030
Create Nuitka.gitignore
minimal .gitignore for apps compiled with nuitka
2022-11-10 13:34:53 +11:00

16 lines
165 B
Plaintext

# Nuitka
# website: nuitka.net
# build folders
*.build/
*.onefile-build/
# uncomment for onefile
# *.dist/
# Python bytecode cache
__pycache__/
# Pycharm
.idea/