# Build artifacts
build/
out/
cmake-build-*/
*.o
*.obj
*.exe
*.dll
*.so
*.dylib
*.a
*.lib

# IDE / editor
.vs/
.vscode/
.idea/
*.swp
*.swo
*~
.cache/

# CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
compile_commands.json

# OS
Thumbs.db
.DS_Store
desktop.ini

# Python / pybind11
__pycache__/
*.pyc
*.pyd
*.pyo
*.egg-info/
dist/
*.whl

# Packaging (scikit-build-core / pip)
_skbuild/
*.egg
*.tar.gz
pip-wheel-metadata/

dashboard/CLAUDE.md
dashboard/README.md

# Next.js / Node
dashboard/node_modules/
dashboard/.next/
dashboard/out/
