# Rust
/target
**/*.rs.bk
Cargo.lock

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# maturin
/wheels
/dist
# the compiled extension, dropped in-tree by `maturin develop`
/python/mnem/_mnem*.so
/python/mnem/_mnem*.pyd
/python/mnem/_mnem*.dylib

# editors and OS
.DS_Store
.idea/
.vscode/
*.swp

# local mnemosyne stores used in examples and manual testing
**/.mnem/
!docs/format/**/.mnem/

# uv
uv.lock

# built wheels
/dist/

# mdbook output
/book
