# 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/
rust/crates/nedb-py/README.md

# generated by `napi build --js native.js --dts native.d.ts` (index.js is the hand-written wrapper)
native.js
native.d.ts

# Release binaries staged by CI into the package trees (release.yml / codemagic.yaml).
# Built artifacts, never sources. They were not ignored before simply because
# they had only ever existed on CI runners -- building one locally to test the
# launcher shims puts a 2.2MB binary in `git status`, one `git add -A` away from
# the history.
nesql
nesql.exe
nesql-linux-x64
nesql-win-x64.exe
nesql-darwin-arm64
nesql-darwin-x64
python/nedb/nesql
python/nedb/nesql.exe
python/nedb/nesql-darwin-*
nedbd-v2
nedbd-v2.exe
nedbd-v2-linux-x64
nedbd-v2-win-x64.exe
nedbd-v2-darwin-arm64
nedbd-v2-darwin-x64
python/nedb/nedbd-v2
python/nedb/nedbd-v2.exe
python/nedb/nedbd-v2-darwin-*
