# Build artifacts
/target/
Cargo.lock

# Output files from examples
*.png

# Documentation build output
/docs/book/

# Vendored Slang binaries (download with slang/download.sh)
/slang/bin/

# IDE
.idea/
.vscode/
*.swp

