forked from NVIDIA/srt-slurm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (46 loc) · 767 Bytes
/
.gitignore
File metadata and controls
58 lines (46 loc) · 767 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
ignition/
# Logs directory - ignore all benchmark runs
logs/*/
# Dry-run output directories (local testing artifacts)
dry-runs/
# Also ignore benchmark run directories in root (legacy)
[0-9]*_[0-9]*P_[0-9]*D_[0-9]*_[0-9]*/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Virtual environments
venv/
env/
ENV/
.venv/
# uv
.uv/
uv.lock
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Cluster and cloud config (contains credentials and cluster-specific settings)
srtslurm.yaml
srtslurm.toml
# Configs - ignore downloaded files but keep deepep_config.json
configs/nats-server
configs/etcd
configs/etcdctl
configs/*.whl
configs/*.deb
configs/*.tar.gz
.ruff_cache/
*.egg-info/
.coverage
configs/dg-*
configs/flashinfer-cache/
outputs/*