15 lines
136 B
Plaintext
15 lines
136 B
Plaintext
node_modules
|
|
build
|
|
*.log
|
|
package-lock.json
|
|
|
|
# Rust bindings
|
|
Cargo.lock
|
|
/target/
|
|
|
|
# Python Bindings
|
|
.eggs/
|
|
*.egg-info/
|
|
*.so
|
|
__pycache__/
|