Add .gitignore and update config.example.yml

Ignore __pycache__ and the local config.yml generated from the example.
This commit is contained in:
oxmc
2026-07-21 17:46:28 -07:00
parent d9e78d4c39
commit 43b3e375d6
2 changed files with 9 additions and 5 deletions
+4
View File
@@ -0,0 +1,4 @@
__pycache__/
*.pyc
# Local config generated from config.example.yml
config.yml
+5 -5
View File
@@ -44,11 +44,11 @@ apps:
# optional_uses_libs: [] # Cromite manages its own deps
# ── Material Files (file manager) ─────────────────────────────────────────
- name: MaterialFiles
source:
type: fdroid
repo: https://www.f-droid.org/repo
package_id: me.zhanghai.android.files
#- name: MaterialFiles
# source:
# type: fdroid
# repo: https://www.f-droid.org/repo
# package_id: me.zhanghai.android.files
# ── Example: privileged system app with a prop ────────────────────────────
# - name: MyPrivilegedApp