# Build / packaging
build/
dist/
wheelhouse/
*.egg-info/
_skbuild/
*.pyd
*.so
*.dll
*.lib
*.exp
*.obj

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

# Generated example outputs
data/output/*.json

# Docs
site/

# OS / editor
.DS_Store
.vscode/
.idea/
