Initial release

This commit is contained in:
civ
2026-08-16 18:33:03 +07:00
commit 7ade4e1152
1966 changed files with 412966 additions and 0 deletions
+61
View File
@@ -0,0 +1,61 @@
# 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-*