# Rust debug build artifacts (keep release binary)
target/debug/
*.rlib
*.rmeta

# Source files (keep for users who want to build)
# src/ - keeping source for cargo build
# benches/ - not needed
benches/

# Development and test files
tests/
.taskmaster/
.claude/

# Documentation that's not needed for npm users
COVERAGE.md
TESTING.md
PROVIDERS.md
docs/

# Git files
.git/
.gitignore

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

# OS files
.DS_Store
Thumbs.db

# Keep these files
!README.md
!package.json
!index.js
!install.js
!Cargo.toml
!Cargo.lock
