# Rust build artifacts
/target/

# Cargo lock for binaries is typically committed, but ignore for libraries
# Cargo.lock

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

# Environment and local config
.env
.env.local
*.local.toml

# Debug and log files
*.log
debug/

# Test artifacts
*.profraw
coverage/
