# Build output
/build/
/_skbuild/
/dist/
*.egg-info/
/wheelhouse/

# CMake / FetchContent caches
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
CTestTestfile.cmake
Testing/
_deps/

# Compiled artifacts
*.o
*.obj
*.a
*.lib
*.so
*.dylib
*.pyd
*.dll

# Python
__pycache__/
*.py[cod]
.pytest_cache/
.hypothesis/
.venv/
venv/

# Editor/OS
.vscode/
.idea/
.DS_Store

# Tooling
.kiro/
