# Build output
/target

# Lock file (not needed for libraries published to crates.io)
Cargo.lock

# Qwen Code settings
.qwen/settings.json
.qwen/settings.json.orig

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

# OS files
.DS_Store
Thumbs.db

# Environment files
.env
.env.local

# Coverage reports
*.profraw
*.profdata
coverage/

# CI/CD artifacts
*.tar.gz
