commit 686af23c218660c6503467cd8ec1ab80e01c08f8 Author: Stefan Hacker Date: Sun Apr 26 11:51:08 2026 +0200 first commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a67599d --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# 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