# C++ build
build/
test_package/build/

# Conan generated
CMakeUserPresets.json
test_package/CMakeUserPresets.json

# Python build artifacts
*.egg-info/
dist/
__pycache__/
*.pyo
*.pyc
*.pyd
.venv/
