# Rust
/target/
Cargo.lock

# Node
node_modules/
*.node
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build artifacts
*.dylib
*.so
*.dll

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Test outputs
coverage/
*.lcov

# Generated files
*.tsbuildinfo
