forked from soluwalana/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) · 726 Bytes
/
Copy path.gitignore
File metadata and controls
52 lines (47 loc) · 726 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*
test_assets/
actual_test_nemo_gym_sanity.json
.nrl_remote_map.json
.nrl_remote_state.json
# Test biproducts
tests/functional/*/
# Written by tests/unit/conftest.py on every unit-test run
tests/unit/unit_results.json
tests/unit/unit_results/
# Cache
uv_cache/
hf_home/
hf_datasets_cache/
*logs/
/datasets/
wandb/
checkpoints/
results/
code_snapshots*/
.cache/
# Runtime env
*runtime_env.yaml
!default_runtime_env.yaml
# Claude Code review memory (local only)
.claude/review-memory/