/target
/docs/archive
/temp
/data
.linal_history

# Local Claude Code guidance -- not shared via the repo, kept per-developer
CLAUDE.md

# Python client (clients/python)
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
clients/python/dist/
clients/python/build/
clients/python/.venv/

# R client (clients/r)
clients/r/.Rhistory
clients/r/.RData
clients/r/*.Rproj.user/
clients/r/*.Rcheck/
clients/r/*.tar.gz

# Python native/embedded bindings (clients/python-embedded)
clients/python-embedded/dist/
clients/python-embedded/build/
clients/python-embedded/.venv/
clients/python-embedded/python/linaldb/*.so
clients/python-embedded/python/linaldb/*.pyd

# R native/embedded bindings (clients/r-embedded)
clients/r-embedded/.Rhistory
clients/r-embedded/.RData
clients/r-embedded/*.Rproj.user/
clients/r-embedded/*.Rcheck/
clients/r-embedded/*.tar.gz