*~
.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/

# Python bytecode / caches from the claude-stream script and its
# unittest suite (`scripts/__pycache__/`, `tests/scripts/__pycache__/`).
__pycache__/
*.py[cod]
*$py.class
