forked from rohitg00/ai-engineering-from-scratch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (55 loc) · 630 Bytes
/
Copy path.gitignore
File metadata and controls
64 lines (55 loc) · 630 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
__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/
catalog.json
# Generated by site/build.js on every Vercel deploy (buildCommand) — never
# commit, so they can't drift or drop URLs. Regenerated fresh from PHASES.
site/sitemap.xml
site/llms.txt