-
Notifications
You must be signed in to change notification settings - Fork 306
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (52 loc) · 869 Bytes
/
.gitignore
File metadata and controls
54 lines (52 loc) · 869 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
53
54
.vscode
.claude
build/
cmake-build-debug/
cmake-build-release/
external/libtorch/
external/release/libtorch/
external/debug/libtorch/
output*
results
.idea
imgui.ini
data
*.pt
*.py
!scripts/lichtfeld_mcp_bridge.py
!src/python/_lfs_panel_contract.py
!src/python/lfs_splat_lod_hierarchy.py
!src/python/lfs_plugins/**/*.py
!src/python/scripts/manage_stubs.py
!tests/real_bicycle_sh_degree_training.py
!tests/python/**/*.py
!docs/plugins/examples/**/*.py
.venv/
*.png
!src/**/assets/**/*.png
*.sqlite
test.py
*.nsys-rep
testdata
vcpkg/
vcpkg/**
vcpkg_*/**
vcpkg_*/
build*/
build*/**
*.pt
!weights/*.pt
lichtfeld-studio.aps
__pycache__/
.vs__pycache__/
*.pyc
*.pyo
src/python/stubs/lichtfeld/build_info.pyi
tasks/
# USD generated files
lib/
!external/tree-sitter/lib/
!external/tree-sitter/lib/src/
!external/tree-sitter/lib/src/query.c
generatedSchema.usda
plugInfo.json