24 lines
167 B
Plaintext
24 lines
167 B
Plaintext
# Build-Dateien
|
|
build/
|
|
click_pkg/
|
|
*.click
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
|
|
# Qt
|
|
*.qmlc
|
|
*.qrc
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|