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

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

# Node / napi
node_modules/
*.node
npm/

# misc
.DS_Store

# Ephemeral maturin staging copy (CI stages python/nedb here before build)
rust/crates/nedb-py/python/
