# Build
build/
cmake-build-*/
*.o
*.a
*.so
.vscode
.idea

# Python
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
*.egg-info/
.venv/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db
