-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
131 lines (113 loc) · 2.76 KB
/
.gitignore
File metadata and controls
131 lines (113 loc) · 2.76 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
125
126
127
128
129
130
131
# ============================================================
# Python
# ============================================================
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
!src/lestudio/lib/
!src/lestudio/lib/*.py
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
.env/
env/
ENV/
env.bak/
venv.bak/
# ============================================================
# Node / Frontend
# ============================================================
node_modules/
/package.json
/package-lock.json
# Frontend source libraries (must be tracked)
!frontend/src/lib/
!frontend/src/lib/**
# ============================================================
# IDEs & Editors
# ============================================================
.vscode/
.idea/
*.swp
*.swo
*~
# ============================================================
# Testing & Coverage
# ============================================================
.coverage
coverage.xml
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# ============================================================
# Build artifacts
# ============================================================
site/
outputs/
# ============================================================
# Project specific
# ============================================================
config.json
*.log
src/lerobot/
# AGENTS.md (auto-generated, local only)
AGENTS.md
# ============================================================
# Local workspace / runtime artifacts
# ============================================================
.claude/
.omx/
nul
rollback_help.txt
# Nested local plugin repos
plugins/lerobot-antijitter/
# ============================================================
# Screenshots & audit images (local reference only)
# ============================================================
*.png
*.jpg
*.jpeg
*.gif
*.bmp
*.webp
# Allow intentional images in docs_public and frontend
!docs_public/assets/**
!frontend/public/**
# ============================================================
# wireframe_test generated artifacts
# ============================================================
wireframe_test/node_modules/
wireframe_test/dist/
wireframe_test/*.log
wireframe_test/**/devserver.log
wireframe_test/ux_audit/
wireframe_test/workflow_audit/
wireframe_test/test_*.png
# ============================================================
# Legacy / deprecated
# ============================================================
frontend_legacy/
# ============================================================
# Internal docs (local-only, not published)
# ============================================================
docs/
test-results/
tmp/playwright-mcp-output/