# Build artifacts
/target
# Coverage reports
*.profraw
*.profdata
cobertura.xml
tarpaulin-report.html
lcov.info
.coverage-last
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Local configuration (keep config.yaml.example)
config.yaml
# Environment variables (crates.io tokens, API keys)
.env
# Test artifacts
*.log
scope-exports/
# Local PR/release helpers (not for version control)
PR_BODY.md