# Rust artifacts
Cargo.lock
target/

# Node artifacts
build/
node_modules/
*.tgz

# Swift artifacts
.build/

# Go artifacts
go.sum
_obj/

# Python artifacts
.venv/
dist/
*.egg-info
*.whl

# C artifacts
*.a
*.so
*.so.*
*.dylib
*.dll
*.pc

# Grammar volatiles
dsl.d.ts
*.wasm
*.obj
*.o

# Other dirs
.tests/
parser/
