# CMake and generated build trees
/build/
/build-*/
/cmake-build-*/
/CMakeCache.txt
/CMakeFiles/
/Makefile
/cmake_install.cmake
/compile_commands.json

# Cross-built third-party outputs (vendored sources remain tracked)
/third_party/build/
/third_party/install/
/third_party/install-*/

# Deployment archives and local binaries
/webrtcpush
/webrtcpush_deploy.tar
/webrtcpush_deploy.tar.gz
*.o
*.a
*.so
*.so.*

# Crash dumps, logs, editor files, and local backups
core
core.*
*.log
*.bak
*.bak.*
*.bak2
.git-done
*~
.vscode/
.idea/
.DS_Store
