forked from NVIDIA-NeMo/RL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
52 lines (47 loc) · 651 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (47 loc) · 651 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
# Adding to .gitignore helps reduce the size of your working_dir
/.git
*.out
*.log
*.tar
*.tar.gz
.venv
venv
venvs
__pycache__/
_build/
build/
apidocs/
dist/
*.egg-info/
*.vscode/
release_run*
ckpts/
mlruns/
# Test
coverage.json
.coverage*
unit_results.json
unit_results/
test_assets/
.nrl_remote_map.json
.nrl_remote_state.json
# Cache
uv_cache/
hf_home/
hf_datasets_cache/
*logs/
/datasets/
docker/*
!docker/Dockerfile
!docker/Dockerfile.ngc_pytorch
!docker/README.md
wandb/
checkpoints/
results/
code_snapshots*/
.cache/
# Runtime env
*runtime_env.yaml
!default_runtime_env.yaml
# Claude Code review memory (local only)
.claude/review-memory/