# build artifacts
node_modules/
__pycache__/
build/
dist/
wheelhouse/
*.egg-info/
native/libchromapakz.*
native/_core.*
native/dccli
native/*.o
python/chromapakz/_core.*
python/chromapakz/*.dylib
python/chromapakz/*.so

# test / sample data
*.webm
*.u16
*.npz
*.rgba
_png16.png
demo/preview.png
experiments/**/package*.json

# …but keep the committed regression fixtures (browser-streamed interop golden file)
!tests/fixtures/stream.webm
!tests/fixtures/stream_depth.u16
