1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Build artifacts
/target
registry-server/target/
# IDE
/.vscode
.idea/
*.iml
# Editor swap files
**/*.swp
**/*.swo
# OS files
**/.DS_Store
# Python
**/.venv/
**/__pycache__/
*.pyc
# Rust
*.rlib
*.rmeta
# WebAssembly binaries (build from source)
*.wasm
# Logs
*.log
# Local sandbox
.run-lab/
# Exclude incomplete/redundant directories
/runtime/
/examples/swap-demo/