# Rust build artifacts
target/
**/*.rs.bk
*.pdb

# Cargo.lock
Cargo.lock

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

# OS files
.DS_Store
Thumbs.db

# Test artifacts
*.profraw
*.profdata
*.so
*.dylib
*.dll

# Documentation build
/doc/

# Local configuration files
.env
.env.local
config.local.*

# Python files
__pycache__/
.python-version
.venv/
env/
venv/
*.pyc
.pytest_cache/
.mypy_cache/
dist/
build/
*.egg-info/

# Node.js / napi-rs files
node_modules/
node/*.node
node/index.js
node/index.d.ts
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm/
