# Rust
target/
debug/
release/
*.rs.bk
*.rlib
*.prof*
Cargo.lock

# TypeScript/JavaScript
node_modules/
dist/
build/
.pnpm-store/
*.log
.env*
coverage/
*.min.js

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.venv/
venv/
env/
ENV/
dist/
*.egg-info/
.eggs/
*.so
*.whl

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# WASM
pkg/
*.wasm

# Build artifacts (generated READMEs)
bindings/typescript/README.md

# Logs
*.log
*.log.*

# Environment
.env
.env.local
.env.*.local
examples/.env.local
# Allow .example files (templates)
!*.example

# Build artifacts
*.o
*.a
*.so
*.dll
*.exe

# Temporary files
*.tmp
*.bak
*.cache

