first commit

This commit is contained in:
Stefan Hacker 2026-04-26 11:51:08 +02:00
commit 686af23c21
1 changed files with 23 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@ -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