# Cache directories
.cache/

# Build directories
build/
build-*/

# CMake generated files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
install_manifest.txt
CTestTestfile.cmake

# Compiled objects and libraries
*.o
*.a
*.so
*.so.*
*.dylib

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Python packaging
dist/
*.egg-info/
__pycache__/
*.pyc
*.pyi

# scikit-build-core build directory
_skbuild/
