.idea/

# Python
__pycache__/
*.py[cod]
*.so
*.pyd
*.egg-info/
.eggs/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
uv.lock

# Build artifacts
build/
dist/
_skbuild/
wheelhouse/

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