# Rust Build Artifacts
target/
Cargo.lock

# Fuzz Testing
fuzz/artifacts/
fuzz/coverage/
fuzz/corpus/

# IDE and Editor Files
.vscode/
.idea/
*.swp
*.swo
*~

# OS Generated Files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Temporary Files
*.tmp
*.temp
*.log
.cache/

# Performance Profiling
*.prof
*.profraw
perf.data*

# Documentation Build
book/
docs/build/

# Backup Files
*.bak
*.backup
*.orig

# LLVM IR Files (Generated)
*.ll

# Test Coverage
coverage/
*.profraw
*.profdata

# Cargo Registry (if using local registry)
.cargo/registry/

# Rust Analyzer
rust-project.json

# CI/CD
.github-cache/

# Environment Files
.env
.env.local
.env.*.local
