-
-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (42 loc) · 1.33 KB
/
Copy path.gitignore
File metadata and controls
53 lines (42 loc) · 1.33 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
# Dependency directories
node_modules/
# Build outputs
dist/
# Electron packaged installers
release/
# Local database and assets (Portable Data).
# Leading slash ANCHORS this to the repo root. Unanchored, `data/` matches a
# directory named "data" at ANY depth — which silently excluded the whole
# thirdparty/skintokens/src/data package from the repo, so a fresh clone could
# not import rig.py at all ("No module named 'src.data'").
/data/
# Local reference ComfyUI install used to generate the managed-install artifacts
# (tools/gen-comfy-lock.mjs reads it; setup/comfyui.json + the lock are the only
# things that get committed). Multi-GB — code, a venv and models. Anchored to the
# repo root so it can't match anything nested.
/comfyui/
# Wiki author mode — presence of this file unlocks editing the Wiki.
# Kept local (never synced) so the published docs are read-only for end users.
.wiki-author
# OS files
.DS_Store
Thumbs.db
# Vite / IDE
.vscode/
.idea/
*.local
.vs/
dev.log
python-server.log
.claude/
# Python
__pycache__/
.venv/
# SkinTokens rigging service — generated / downloaded artifacts (never commit)
thirdparty/skintokens/.venv/
thirdparty/skintokens/rig-server.log
thirdparty/skintokens/experiments/
thirdparty/skintokens/models/
thirdparty/skintokens/tmp_ckpt/
thirdparty/skintokens/tmp_gradio/
thirdparty/skintokens/results/