ce1082a030
minimal .gitignore for apps compiled with nuitka
16 lines
165 B
Plaintext
16 lines
165 B
Plaintext
# Nuitka
|
|
# website: nuitka.net
|
|
|
|
# build folders
|
|
*.build/
|
|
*.onefile-build/
|
|
|
|
# uncomment for onefile
|
|
# *.dist/
|
|
|
|
# Python bytecode cache
|
|
__pycache__/
|
|
|
|
# Pycharm
|
|
.idea/
|