# Rust build artifacts
/target/
/Cargo.lock

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Documentation build
doc/

# Test artifacts
*.profraw
