-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
160 lines (145 loc) · 3.41 KB
/
Copy path.gitignore
File metadata and controls
160 lines (145 loc) · 3.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
__pycache__
local_*
!modules/flow_fixer/local_server_flow_fixer.py
inpainted
mask
result
data/models
data/testpacks/eng_dontupload
data/testpacks/testpacks
data/testpacks
data/translation_context
# Allow default text style to be committed; user files in config/textstyles still ignored
config/textstyles
!config/textstyles/default.json
release
libs
.btrans_cache
# icons/ is tracked (app assets); do not add to gitignore
tmp.py
dummy_scripts.py
# Only ignore alphabet-all-* at repo root (data/alphabet-all-*.txt stays trackable)
/alphabet-all-*
*gitpython
PortableGit
test_dir
tmp
logs
*.log
stariver_ocr_error.txt
ballontrans_pylibs_win
config/config.json
config/config.local.json
config/*.tmp
.env
.env.*
!.env.example
*.key
secrets/
localtmp*
.vscode
.VSCodeCounter
.idea
*.zip
*.dll
*.so
*.docx
*.doc
*.pt
*.ckpt
*.onnx
*.7z
venv
pip
.DS_Store
# Fonts: shipped with the project for accessibility and built-in options — do not ignore fonts/
# (fonts/* is intentionally not active; font files in fonts/ are tracked and distributed)
!fonts/put fonts here.txt
# venv and autoinstaller folders
aria2c
python
git
update_git.bat
launch_win_venv.bat
install_venv.bat
install-BT.cmd
download_models.bat
Ultralytics/settings.json
# User / project-specific content (not part of core app)
Rebirth_of_the_Urban_Immortal_Cultivator/
# Project-specific glossary docs and Rebirth/NovelBin/Piaotia scripts (optional; keep local)
docs/GLOSSARY_*.md
docs/GLOSSARY_REBIRTH_URBAN_IMMORTAL_CULTIVATOR.md
scripts/align_glossary_novelbin.py
scripts/discover_novelbin_phrasings.py
scripts/extract_novelbin_from_corpus.py
scripts/extract_novelbin_from_parallel.py
scripts/fetch_novelbin_chapters.py
scripts/fetch_piaotia_chapters.py
scripts/fetch_piaotia_one.py
scripts/find_novelbin_phrasings.py
scripts/piaotia_chapter_ids.py
scripts/piaotia_random100.py
scripts/index_snippet.txt
tools/
# Cursor IDE
.cursor
# Drive sync / temp folders (e.g. Google Drive, backup tools)
.tmp.drivedownload
.tmp.driveupload
# Git lock (safety; normally not tracked)
.git/index.lock
# Internal / maintainer-only (not for end-user downloads)
GITHUB_UPLOAD.md
docs/CONNECT_GITHUB_AND_AUTO_PUSH.md
COMMUNITY_RESPONSES.md
docs/PROMPT_FIND_MANGA_DOWNLOAD_SOURCES.md
RELEASE_NOTES.md
NOTES.md
docs/UPSTREAM_IMPLEMENTATION_IDEAS_local.md
docs/*_local.md
docs/*-local.md
# Plans, integrations, and new-addition docs (maintainer-only)
docs/UI_RECONSTRUCTION_PLAN_ISSUE_7.md
docs/DANGO_STYLE_UI_PLAN.md
docs/DANGO_REFERENCE.md
docs/EASYSCANLATE_INTEGRATION.md
docs/MANHUA_TRANSLATOR_INTEGRATION.md
docs/FUTURE_ADDITIONS.md
docs/SETTINGS_UI_RECOMMENDATIONS.md
docs/COMIC_TRANSLATE_RESEARCH.md
docs/COMIC_TRANSLATE_IMPLEMENTATION_PLAN.md
docs/ANIMATIONS_AND_VISUAL_FEATURES_RESEARCH.md
docs/ANIMATIONS_IMPLEMENTATION_PLAN.md
docs/RELATED_PROJECTS_RESEARCH.md
docs/BEST_MODELS_RESEARCH.md
# Handoff / prompt design docs (local-only, not part of app)
docs/PROMPT_LAYOUT_REDESIGN_HANDOFF.md
# Catch-all: root-level and docs research/plan (do not commit)
research.md
plan.md
/docs/*RESEARCH*.md
/docs/**PLAN*.md
docs/LINE_FITTING_RESEARCH.md
docs/TYPESETTING_MODEL_RESEARCH.md
# Local / OS cruft (keep repo clean for public clones)
Thumbs.db
desktop.ini
*.backup
*.bak
*.swp
*~
# Python / dev artifacts (optional; uncomment if you use these)
# .python-version
# .mypy_cache
# .pytest_cache
# .coverage
# htmlcov/
# *.egg-info
# dist/
# build/
# *.whl
# .tox/
# .ruff_cache/
# Common Python artifacts (keep repo clean)
*.pyc