.DS_Store
.env
.env.*
!.env.example

# Go
/nvoken
bin/
dist/
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
coverage.*
*.coverprofile
profile.cov
go.work
go.work.sum

# JavaScript / TypeScript
node_modules/
sdk/typescript/dist/
examples/*/dist/

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

# Rust
sdk/rust/target/

# Editors
.idea/
.vscode/
