-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (59 loc) · 1.3 KB
/
Copy path.gitignore
File metadata and controls
66 lines (59 loc) · 1.3 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
# macOS
.DS_Store
.vscode
# Python
__pycache__/
*.py[cod]
# Per-folder cadgen output home written beside CAD sources: component-GLB render
# packages (assembly.json + components/*.glb), drawing packages, binary BREP scene
# caches, and generation locks. Rebuilt on demand; never committed.
__cadgen__/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.python-version
# Local environments and caches
.venv
.cache
.agents/
.vite
node_modules
dist
coverage
# Production CAD Viewer runtime dist is committed on main. On dev,
# skills/cad-viewer/scripts/viewer must stay a symlink to viewer/.
!skills/cad-viewer/scripts/viewer/dist/
!skills/cad-viewer/scripts/viewer/dist/**
# Temporary files
*.tmp
*.swp
*.step.glb.lock
*.stp.glb.lock
tmp/
# Review media rendered next to a fixture. models/ holds CAD/robot sources,
# generated 3D and fabrication outputs, and docs only; see models/README.md.
models/**/*.png
models/**/*.jpg
models/**/*.jpeg
models/**/*.gif
models/**/*.webp
models/**/*.avif
models/**/*.bmp
models/**/*.tif
models/**/*.tiff
models/**/*.svg
models/**/*.mp4
models/**/*.mov
models/**/*.webm
models/**/*.mkv
# Local printer credentials
/bambu-printers.json
# Component-GLB render packages are regenerated on demand; never committed.
.*.step.glb/
.*.step.glb
.*.stp.glb/
.*.stp.glb