/target
**/*.rs.bk
Cargo.lock
# python build / artifacts
*.so
*.pyd
__pycache__/
.venv/
*.npy
/dist/
*.whl
.coverage
.coverage.*
.mypy_cache/
.ruff_cache/
.pytest_cache/
# docs site build
/site/
# local planning / research notes (not shipped)
/plans/
# editor
.idea/
.vscode/
