# Build
build/
cmake-build-*/
*.o
*.a
*.so
*.dylib
*.exe
*.dll
*.lib
*.exp
*.pdb
*.ilk
compile_commands.json

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

# OS
.DS_Store
Thumbs.db

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

# scikit-build-core / pip
_skbuild/

# Test artifacts
*.3mf
*.log
