# Native build artifacts from the CMake-driven CFFI build hook.
build/
_skbuild/
*.so
*.pyd
*.dylib
*.o
*.a
*.lib
*.obj

# cffi-generated C glue emitted by set_source() next to the build module.
src/simvx/physics/jolt/_native/_simvx_jolt*.c
src/simvx/physics/jolt/_native/_simvx_jolt*.cpp

# CMake working tree produced by the build hook (the vendored CMakeLists is tracked).
src/simvx/physics/jolt/_native/_jolt_cmake_build/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake

# Local de-risking probe (not part of the package).
_skeleton_probe.py
