# macOS
.DS_Store
._*

# Build directories (out-of-source CMake: build/, build2/, xcodeBuild/, ...)
build*/
*Build/
cmake-build-*/

# In-source CMake/CTest artifacts (safety net if configured at the root)
CMakeCache.txt
CMakeFiles/
CMakeScripts/
cmake_install.cmake
CTestTestfile.cmake
install_manifest.txt
compile_commands.json
CMakeLists.txt.user
Testing/
Makefile
_deps/

# Compiled artifacts
*.o
*.obj
*.a
*.lib
*.so
*.dylib
*.dll
*.d
*.gch
*.pch
*.exe
*.out
*.app

# Doxygen output (docs/Doxyfile is tracked; its output is not)
docs/html/
docs/latex/

# Editors / tools
.vscode/
.history/

# MATLAB autosaves and figure files
*.asv
*.m~
*.autosave
*.fig

# Python
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
.ipynb_checkpoints/
dist/
*.egg-info/

# Local scratch (not part of the release)
BenchTests/
ReleaseChecklist.md
