# Library-local technical study/design/benchmark material (not published).
# Actionable state, skills, inbox routing, Actions, and releases are owned by
# petekSuite's central control plane.
/dev-docs/
/research/
/tools/
/notes/
/CLAUDE.local.md
/Makefile.local
# Python env / caches
/.venv-srs/
**/__pycache__/
*.pyc
# Build artifacts
/target/
**/*.rs.bk
*.tmp
# maturin editable-install artifact (built extension placed in the source pkg)
crates/srs-py/python/peteksim/_core*.so
# macOS
.DS_Store
**/.DS_Store
dist/
dist-launch/