# Rust build artifacts
/target
Cargo.lock

# Editor files
*.swp
*.swo
*~
.idea/
.vscode/
*.iml

# OS files
.DS_Store
Thumbs.db

# Test artifacts
*.profraw
*.profdata

# Coverage
/coverage/
lcov.info
