47 lines
385 B
Text
47 lines
385 B
Text
# Rust artifacts
|
|
target/
|
|
|
|
# Node artifacts
|
|
build/
|
|
prebuilds/
|
|
node_modules/
|
|
|
|
# Swift artifacts
|
|
.build/
|
|
|
|
# Go artifacts
|
|
_obj/
|
|
|
|
# Python artifacts
|
|
.venv/
|
|
dist/
|
|
*.egg-info
|
|
*.whl
|
|
|
|
# C artifacts
|
|
*.a
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
*.dll
|
|
*.pc
|
|
*.exp
|
|
*.lib
|
|
|
|
# Zig artifacts
|
|
.zig-cache/
|
|
zig-cache/
|
|
zig-out/
|
|
|
|
# Example dirs
|
|
/examples/*/
|
|
|
|
# Grammar volatiles
|
|
*.wasm
|
|
*.obj
|
|
*.o
|
|
|
|
# Archives
|
|
*.tar.gz
|
|
*.tgz
|
|
*.zip
|