nanobind_test.egg-info
_skbuild
/dist
__pycache__
build
*.pyd
*.egg-info
*.so
*.dylib
.vscode
.vs

.idea/
CMakeUserPresets.json
build_editable/
cmake-build-*
build-*
build_*
!build_backend.py
!docs/development/build-and-test.md
**/*.pyi

# MkDocs build output
/site/

# Generated snippet include fragments (CI artifact, not committed)
/docs/_includes/

# Tool caches and local agent state
.conan2*/
.benchmarks/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.serena/
**/.benchmarks/
**/.mypy_cache/
**/.pytest_cache/
**/.ruff_cache/
**/__pycache__/

# Local one-off probe scripts
/scripts/tmp_probe_*.py

# Generated local visualization outputs
/examples/encoders/_plots/

# Editable native build outputs written into the source package in dev mode
/src/mifrost/_core*.so
/src/mifrost/_core*.pyd
/src/mifrost/lib/
/src/mifrost/lib*.dylib
