# Rust source files
src/
benches/
examples/
tests/

# Cargo files
Cargo.toml
Cargo.lock
/.cargo/

# Git files
.git/
.gitignore
.github/

# Documentation files
*.md
!README.md

# Build artifacts
target/
*.o
*.a
*.so
*.dylib
*.dll

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

# OS files
.DS_Store
Thumbs.db

# Justfile
Justfile

# Test files
*.rs.bk

# Node modules (for development only)
node_modules/

# Package templates
package-lock.json

# pkg directory will be generated by wasm-pack
# Keep it as it's the actual output
