node_modules/
.DS_Store
*.log
.env
.env.*
!.env.example

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

# Rust
/target/
**/*.so
**/*.dylib
**/*.dll
crates/*/Cargo.lock

# TypeScript / napi
typescript/node_modules/
typescript/dist/
typescript/*.node
typescript/native/
