40 lines
332 B
Plaintext
40 lines
332 B
Plaintext
|
# Rust artifacts
|
||
|
Cargo.lock
|
||
|
target/
|
||
|
|
||
|
# Node artifacts
|
||
|
build/
|
||
|
prebuilds/
|
||
|
node_modules/
|
||
|
*.tgz
|
||
|
|
||
|
# Swift artifacts
|
||
|
.build/
|
||
|
Package.resolved
|
||
|
|
||
|
# Go artifacts
|
||
|
go.sum
|
||
|
_obj/
|
||
|
|
||
|
# Python artifacts
|
||
|
.venv/
|
||
|
dist/
|
||
|
*.egg-info
|
||
|
*.whl
|
||
|
|
||
|
# C artifacts
|
||
|
*.a
|
||
|
*.so
|
||
|
*.so.*
|
||
|
*.dylib
|
||
|
*.dll
|
||
|
*.pc
|
||
|
|
||
|
# Example dirs
|
||
|
/examples/*/
|
||
|
|
||
|
# Grammar volatiles
|
||
|
*.wasm
|
||
|
*.obj
|
||
|
*.o
|