# Build
build/
cmake-build-*/

# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
install_manifest.txt
compile_commands.json
CMakeUserPresets.json
CTestTestfile.cmake
_deps/

# Compiled objects
*.o
*.a
*.so
*.so.*
*.dylib
*.lib
*.dll
*.out
*.exe

# pkg-config
*.pc

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

# macOS
.DS_Store
dist/

# Python
__pycache__/
*.py[cod]

# WASM build outputs
wasm/deps/
wasm/dist/
wasm/build-opencv/

# Local wheel-dependency sources (used by scripts/build_wheel_deps.sh)
.wheel-deps-src/
wheelhouse/
