# --- CMake / Build directories ---
build/
cmake-build-debug/
cmake-build-release/
.cmake/
CMakeFiles/
CMakeCache.txt
Makefile
cmake_install.cmake

# --- Compiled shared libraries / binaries ---
*.so
*.dylib
*.dll
*.pyd
py_d4/_py_d4*.so

# --- Python packaging & caching ---
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.eggs/
.egg-info/
*.egg-info/
dist/
wheelhouse/
venv/
.venv/
env/

# --- IDEs and editor configurations ---
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
