# Build artifacts
/target/

# Environment and secrets
.env
.env.*

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

# OS
.DS_Store
Thumbs.db

# Trace and report output
*-traces/
*-report.json
