mirror of
https://github.com/github/gitignore.git
synced 2026-08-27 02:07:22 +02:00
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/
|