*~
.agents/
.cache/
.direnv/
.DS_Store
.env
.idea/
.vscode/
*.swo
*.swp
/target
**/target
/result
tmp/
/SPEC.md

# Coverage artifacts (cargo-llvm-cov)
*.profraw
*.profdata
lcov.info
target/coverage/

# Playwright MCP session artifacts (logs, page snapshots)
.playwright-mcp/
