# SoftBus OPC workspace — generated / local files # ------------------------------------------------------------------------------ # Editor & IDE # ------------------------------------------------------------------------------ *~ *.autosave *.swp .*.swp .vscode/ .idea/ .cursor/ *.pro.user* *.qbs.user* CMakeLists.txt.user* # ------------------------------------------------------------------------------ # OS # ------------------------------------------------------------------------------ .DS_Store Thumbs.db .directory # ------------------------------------------------------------------------------ # CMake / build # ------------------------------------------------------------------------------ /build/ /build-vendor/ /out/ /cmake-build-*/ CMakeCache.txt CMakeFiles/ cmake_install.cmake install_manifest.txt CTestTestfile.cmake Testing/ compile_commands.json *.cmake.user # FetchContent / third-party checkout (under build tree) /_deps/ # ------------------------------------------------------------------------------ # Compiled objects & libraries # ------------------------------------------------------------------------------ *.o *.obj *.lo *.a *.lib *.so *.so.* *.dll *.dylib *.exe *.pdb *.ilk *.idb *.exp *.manifest *.res *.rc # MinGW / MSVC extras *.Debug *.Release *.i *.s # ------------------------------------------------------------------------------ # Qt / moc (if later used) # ------------------------------------------------------------------------------ *.moc moc_*.cpp ui_*.h qrc_*.cpp *.qm *.prl *.app /.qmake.cache /.qmake.stash # ------------------------------------------------------------------------------ # Python / scripts # ------------------------------------------------------------------------------ *.pyc __pycache__/ .cache/ # ------------------------------------------------------------------------------ # Logs & temp # ------------------------------------------------------------------------------ *.log *.tmp *.temp core *.core # ------------------------------------------------------------------------------ # Local secrets (never commit) # ------------------------------------------------------------------------------ .env .env.* *.pem *.key credentials.json