# Source files (only publish compiled WASM)
/src/
/examples/
/benches/
/tests/

# Rust build artifacts
/target/
Cargo.lock
Cargo.toml

# Development files
.git/
.gitignore
.github/
.vscode/
.idea/

# Documentation (except README)
/docs/
CONTRIBUTING.md
CHANGELOG.md

# CI/CD
.travis.yml
.gitlab-ci.yml
azure-pipelines.yml
