modified: CLAUDE.md deleted: __pycache__/un.cpython-312.pyc deleted: __pycache__/un.cpython-313.pyc modified: clients/c/src/un.c modified: clients/java/sync/src/Un.java modified: clients/javascript/sync/src/un.js modified: clients/php/sync/src/un.php modified: clients/ruby/async/src/un_async.rb modified: clients/ruby/sync/src/un.rb modified: clients/rust/async/Cargo.toml modified: clients/rust/async/src/lib.rs new file: clients/rust/async/src/main.rs modified: clients/rust/sync/Cargo.toml modified: clients/rust/sync/src/lib.rs new file: clients/rust/sync/src/main.rs new file: clients/swift/sync/src/un.swift
46 lines
424 B
Text
46 lines
424 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__/
|
|
|
|
# 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
|
|
clients/c/un
|
|
clients/c/examples/fibonacci
|
|
clients/c/examples/hello_world
|
|
clients/c/tests/test_library
|