# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
wheelhouse/
*.egg-info

# Build artifacts
*.pyd
*.so
*.dylib
_cmake_build/
CMakeFiles/
CMakeCache.txt

# Virtual environments
.venv
.coverage
