-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy path.gitignore
More file actions
124 lines (103 loc) · 1.99 KB
/
Copy path.gitignore
File metadata and controls
124 lines (103 loc) · 1.99 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# Python
__pycache__/
dist/
.eggs/
*.egg-info/
# uv
.venv/
.python-version
# Local secrets and credentials
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
id_rsa
id_dsa
id_ecdsa
id_ed25519
.netrc
.npmrc
.pypirc
# Test and coverage artifacts
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# IDEs
.cursor/
.vscode/
.idea/
.kiro/
.history/
# Project specific
logs/
runs/
run_config.json
run_summary.json
.worktrees/
.tmp/
*.log
.DS_Store
*.bak
*.backup
*.old
*.orig
*.rej
*.temp
*.tmp
*~
src/unilab/assets/checkpoints/
scripts/benchmark/outputs/
src/unilab/algos/torch/rsl_rl
third-party
temp/
agent/
memory/
tmp/
issues/
issue2/
docs/superpowers/
# Motion assets (downloaded from HF at runtime)
src/unilab/assets/motions/g1/*.npz
src/unilab/assets/motions/g1/*.csv
src/unilab/assets/motions/g1/**/*.npz
src/unilab/assets/motions/g1/**/*.csv
src/unilab/assets/motions/g1/flip
src/unilab/assets/motions/g1/flip_npz
src/unilab/assets/motions/x2/*.npz
src/unilab/assets/motions/x2/*.csv
# Robot mesh assets (downloaded from HF at runtime)
src/unilab/assets/robots/x2/meshes/*.STL
# Grasp cache assets (downloaded from HF at runtime)
src/unilab/assets/caches/*.npy
# Scene assets (downloaded from HF at runtime)
src/unilab/assets/scenes/teaser/
cache/
# Demo checkpoints (generated by `uv run demo ...`)
src/unilab/assets/checkpoints/**/*.pt
src/unilab/assets/checkpoints/**/*.onnx
# Local tool/runtime artifacts (any subfolder)
.codex
**/.codex/
**/._*
**/MUJOCO_LOG.TXT
# Backend temp XML emitted next to robot.xml (motrix/mujoco scene materialization)
src/unilab/assets/robots/**/tmp*.xml
# Optional local Drake native extension build output
src/unilab/base/backend/drake/native/*.so
# Local OMX workflow state
.omx/
# Training artifacts (curves, videos, screenshots)
val/
# Agent working directory (not committed)
.sisyphus/
# Internal planning docs (not for upstream)
G1_23DOF_INIT.md
G1_23DOF_PR_CHECKLIST.md
APPO_HARDWARE_TIMING_ANALYSIS.md
# Training log artifacts (checkpoints, ONNX exports)
log/