# macOS
.DS_Store

# CMake build artifacts
build/
build-*/
cmake-build-*/
CMakeCache.txt
CMakeFiles/
CMakeUserPresets.json
*.cmake.lock

# Compiled objects and binaries
*.o
*.obj
*.a
*.lib
*.so
*.so.*
*.dylib
*.dll
*.exe

# Editors / IDEs
.vscode/
.idea/
.kdev4/
*.kdev4
*.swp
*.swo
*.bak
*~

# Python bindings, packaging artefacts, test caches
__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
venv/
dist/
build-py/
.pytest_cache/
_skbuild/
.eggs/
