62 lines
797 B
Plaintext
62 lines
797 B
Plaintext
# build output
|
|
/build/
|
|
/build-*/
|
|
/.deps/
|
|
|
|
# scratch / generated artifacts (meshes, latents, occupancy grids)
|
|
/tmp/
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# cmake
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
compile_commands.json
|
|
|
|
# model weights / data (large, regenerated by the converters)
|
|
*.gguf
|
|
*.safetensors
|
|
*.dinodata
|
|
*.latent
|
|
*.occ
|
|
*.obj
|
|
|
|
# test reference artifacts (regenerated by tests/ref_*.py)
|
|
tests/ss_flow_ref.bin
|
|
tests/ss_sample_ref.bin
|
|
tests/ss_dec_ref.bin
|
|
|
|
# editor / os
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# clangd index
|
|
.cache/
|
|
corpus_*/
|
|
crash-*
|
|
|
|
# fuzzing
|
|
/corpus_*/
|
|
crash-*
|
|
|
|
# demo server build artifacts
|
|
/server/trellis2-server
|
|
/server/trellis2-server-linux
|
|
/server/vendor/
|
|
|
|
# python bytecode
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# model / reference artifacts
|
|
/models/
|
|
/ggufs/
|
|
/dumps/
|
|
/generations/
|
|
slow-unit-*
|