# Local build products
/build/
/out/
/artifacts/
/benchmarks/results/
/*.obj
/_skbuild/
/dist/
/wheelhouse/
/site/
/.coverage
/coverage.xml
/htmlcov/

# Python environments and caches
/.venv*/
/.pytest_cache/
**/__pycache__/
*.py[cod]
*.egg-info/
*.whl
.nox/
.tox/

# IDE and OS metadata
/.vs/
/.vscode/
/.idea/
.DS_Store
Thumbs.db
