gitignore/community/Python/Nuitka.gitignore

16 lines
165 B
Plaintext
Raw Normal View History

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