# Rust build artifacts
/target/
**/target/
Cargo.lock

# 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

# Backup files
*.bak
*.backup

# Coverage reports
tarpaulin-report.html
lcov.info

# Benchmark results
/criterion/

# Documentation build
/book/
/mdbook/

# Local configuration
.env
.env.local