# Source files
src/
tests/
target/
scripts/

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

# Configuration files
tsconfig.json
.eslintrc.js
.prettierrc
jest.config.js
rollup.config.js
webpack.config.js

# Environment files
.env*
.env.local
.env.development.local
.env.test.local
.env.production.local

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Runtime data
pids/
*.pid
*.seed
*.pid.lock

# Coverage directory used by tools like istanbul
coverage/
*.lcov
.nyc_output/

# ESLint cache
.eslintcache

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# parcel-bundler cache
.cache
.parcel-cache

# Build artifacts
build/
*.tsbuildinfo

# Temporary folders
tmp/
temp/

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Test artifacts
test-results/
test-artifacts/

# Benchmark outputs
benchmark-results.json
performance-report.html

# Development dependencies
node_modules/

# Rust build artifacts (keep compiled WASM)
*.rs.bk
*.pdb
Cargo.lock
target/debug/
target/release/
!target/wasm32-unknown-unknown/

# Keep these files
!dist/
!wasm/
!docs/
!examples/
!README.md
!LICENSE
!CHANGELOG.md
!package.json