# Build directories
build/
**/build/
cmake-build-*/
install/

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
**/build/Makefile
*.cmake
!CMakeLists.txt
!*.cmake.in
!**/third_party/*.cmake

# Compiled Object files
*.o
*.obj
*.so
*.a
*.dylib
*.dll

# Executables
*.exe
*.out
*.app

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Logs
*.log

# Generated messages
messages/generated/

# System
.DS_Store
Thumbs.db

# Package manager
conan/
vcpkg/

# Python
__pycache__/
*.py[cod]
*.pyo

# Test artifacts
.test-artifacts/
.test-output/
