## Build and CMake artifacts /build/ /cmake-build-*/ /CMakeFiles/ /CMakeCache.txt /*.ninja /*.ninja_log /*.ninja_deps /Testing/ /third_party/rknn-toolkit2 /build-test/ ## Tooling outputs /compile_commands.json /.cache/ __pycache__/ *.py[cod] ## Binaries and objects *.o *.obj *.a *.la *.lo *.so *.so.* # 例外:第三方预编译库 !third_party/rknpu2/examples/3rdparty/**/*.so *.dylib *.dll *.exe .pt ## Logs *.log ## Runtime-generated config snapshots /configs/*.last_good.json ## Agent/local analysis artifacts /docs/superpowers/plans/ /models/*.bak-before-* /agent/build/ ## Generated HLS output /web/hls/ ## IDE/editor /.vscode/ /.idea/ *.swp *.swo .DS_Store /.worktrees/