# Rust build artifacts
/target

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

# Project-specific
/spec
debug_test

# Rust-specific
**/*.rs.bk
*.pdb

# Test artifacts
*.test
*.profdata

# Temporary files
*.tmp
*.log
/tmp/
