Python: auto-creates .venv with pytest, requests, aiohttp. JavaScript: auto npm install when node_modules missing, uses npm test for ESM. Go: auto-detects go binary from PATH/~/.local/go/usr/local/go, copies tests into src/ for same-package constraint, adds go.mod for sync SDK.
50 lines
475 B
Text
50 lines
475 B
Text
# Compiled binaries
|
|
*.o
|
|
*.exe
|
|
*.out
|
|
*.class
|
|
*.beam
|
|
/un
|
|
/un_go
|
|
/un_rust
|
|
/un_cpp
|
|
/un_d
|
|
/un_nim
|
|
/un_v
|
|
/un_zig
|
|
/Un.class
|
|
|
|
__pycache__/
|
|
.venv/
|
|
|
|
# Build directories
|
|
_build/
|
|
deps/
|
|
node_modules/
|
|
target/
|
|
zig-cache/
|
|
zig-out/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test outputs
|
|
*.log
|
|
/output/
|
|
__pycache__/
|
|
*.pyc
|
|
science-results/
|
|
science-results.xml
|
|
clients/c/un
|
|
clients/c/examples/fibonacci
|
|
clients/c/examples/hello_world
|
|
clients/c/tests/test_library
|
|
build/
|