-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (35 loc) · 1.7 KB
/
Copy path.gitignore
File metadata and controls
42 lines (35 loc) · 1.7 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
# ── Model weights (download from HuggingFace; see About page for links) ─────
models/*.pth
models/.cache/
# ── Pre-computed HLA embeddings (large binary files; download from HuggingFace)
data/emb_hla_esmc_small_0601_fp16/
data/emb_hla_esmc_small_light_0601_fp16/
data/*.h5
data/.cache/
# ── Logs ─────────────────────────────────────────────────────────────────────
logs/
streamlit.log
*.log
# ── Development artifacts ─────────────────────────────────────────────────────
test.py
claude/
# ── Python cache ──────────────────────────────────────────────────────────────
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
# ── Virtual environments ──────────────────────────────────────────────────────
venv/
env/
ENV/
# ── IDE ───────────────────────────────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
*~
# ── OS ────────────────────────────────────────────────────────────────────────
.DS_Store
Thumbs.db