24 lines
316 B
Plaintext
24 lines
316 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
*.egg-info/
|
|
|
|
# Hersteller-Loader nicht committen — siehe loaders/README.md
|
|
loaders/kirin/*/
|
|
!loaders/kirin/.gitkeep
|
|
loaders/mtk/*/
|
|
loaders/qualcomm/*/
|
|
|
|
# Firmware-Dumps, NV-Backups, IMEI-Listen — niemals
|
|
*.app
|
|
*.img
|
|
*.bin
|
|
*.nv
|
|
imei*.txt
|
|
|
|
# Editor-Krempel
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|