# Operating System
.DS_Store
Thumbs.db
*~
*.swp

# IDEs / Editors
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# ------------------------------------------------------------------------------
# 1. Node.js (TypeScript SDK & CLI)
# ------------------------------------------------------------------------------
node_modules/
dist/
build/
coverage/
.nyc_output/
.npm/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.eslintcache
.tsbuildinfo

# ------------------------------------------------------------------------------
# 2. Python (Python SDK)
# ------------------------------------------------------------------------------
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# ------------------------------------------------------------------------------
# 3. Rust (Rust SDK)
# ------------------------------------------------------------------------------
target/
**/*.rs.bk

# ------------------------------------------------------------------------------
# 4. Go (Go SDK)
# ------------------------------------------------------------------------------
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
go/bin/

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (errors the go tool will print if present)
vendor/
