chore(dicts): gitignore booru dicts, download on demand from HF

Large booru dicts (danbooru, e621, rule34, sankaku, idol) are hosted
on HuggingFace and downloaded on demand via /dicts/{name}/download.
Only curated dicts (art, photography, quality, negative) ship bundled.
This commit is contained in:
CalamitousFelicitousness
2026-03-24 23:41:26 +00:00
parent 36b2ed6bb7
commit 7043e5719a
5 changed files with 8 additions and 4 deletions
+8
View File
@@ -53,6 +53,14 @@ package-lock.json
cache
tunableop_results*.csv
# booru dicts (downloaded on demand from HF)
/data/dicts/danbooru.json
/data/dicts/e621.json
/data/dicts/idol.json
/data/dicts/rule34.json
/data/dicts/sankaku.json
/data/dicts/backup/
# force included
!webui.bat
!webui.sh
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long