-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (59 loc) · 939 Bytes
/
Copy path.gitignore
File metadata and controls
69 lines (59 loc) · 939 Bytes
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
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
*.egg-info/
dist/
build/
.eggs/
.ipynb_checkpoints/
*.ipynb_metadata/
node_modules/
.next/
out/
.vercel
target/
Cargo.lock
*.rlib
*.deps
*.ji
.env
.env.local
.env.*.local
*.pem
*.key
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/
*.log
data/
models/
checkpoints/
wandb/
mlruns/
*.pt
*.pth
*.onnx
*.safetensors
*.bin
*.h5
.gstack/
.link-cache.json
.claude/
# 由 site/build.js 在每次 Vercel 部署时生成(buildCommand)——不提交,
# 以免漂移或丢 URL。每次从 PHASES 重新生成。
site/sitemap.xml
site/llms.txt
# 预渲染静态课程页(writeLessonPages 生成,503 个 index.html)——同款策略不提交
site/lessons/
# 上游 scripts/build_catalog.py 的产物(上游也 gitignore 它)。本仓不用那套
# (它认 docs/en.md),课数校验改用 site/build.js --check——忽略以防误提交。
catalog.json