-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
69 lines (56 loc) · 1.06 KB
/
Copy path.gitignore
File metadata and controls
69 lines (56 loc) · 1.06 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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so
# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
# Virtual environments
.venv/
venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Checkpoints, results, logs (user-generated)
checkpoints/
results/
*.log
# Debug images
debug_imgs/
tests/*.png
rs_model.xml
wp_model.xml
# GPU crash dumps
gpucore.*.gpu
# LIBERO datasets (CC BY 4.0, downloaded from HuggingFace — not redistributed)
libero_data/
*.hdf5
*.h5
# 3D model / texture assets (remain in LIBERO/robosuite packages)
*.stl
*.obj
*.mtl
*.dae
*.glb
# HuggingFace model cache
bert/
# Pi (pi.dev) runtime state — not part of the library
.pi/
SYSTEM.md
# π-Harness runtime artifacts (state, transcripts, memory db, run metrics)
harness/runs/
*.sqlite
*.sqlite-journal
# Pi (pi.dev) runtime state — sessions, auth, git-cloned packages.
# Keep .pi/extensions, .pi/skills, .pi/agents, .pi/settings.json (source).
.pi/sessions/
# Isolated Node env for Pi (installed at ~/.pi-env, but ignore any local copy)
.pi-env/