Create Nuitka.gitignore
minimal .gitignore for apps compiled with nuitka
This commit is contained in:
parent
e5323759e3
commit
ce1082a030
15
community/Python/Nuitka.gitignore
Normal file
15
community/Python/Nuitka.gitignore
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Nuitka
|
||||||
|
# website: nuitka.net
|
||||||
|
|
||||||
|
# build folders
|
||||||
|
*.build/
|
||||||
|
*.onefile-build/
|
||||||
|
|
||||||
|
# uncomment for onefile
|
||||||
|
# *.dist/
|
||||||
|
|
||||||
|
# Python bytecode cache
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
|
# Pycharm
|
||||||
|
.idea/
|
Loading…
Reference in New Issue
Block a user