# papertowel's own source files contain slop vocabulary and patterns
# by necessity — they ARE the reference corpus. Exclude them from detection.
src/scrubber/lexical.rs
src/scrubber/comments.rs
src/scrubber/prompt.rs
src/scrubber/readme.rs
src/scrubber/structure.rs
src/scrubber/promotion.rs
src/scrubber/security.rs
src/learning/learner.rs
src/cli/scrub.rs
src/cli/hook.rs
src/recipe/scrubber.rs

# Test fixtures intentionally contain slop/security patterns
tests/fixtures/slop_repo/
tests/fixtures/template_repo/

# Recipe definition files contain the patterns we detect — exclude them
src/recipes/*.toml

# Coraline code graph data
.coraline/

# Serena project config
.serena/

# Documentation files
docs/
CLAUDE.md
plan.toml

# Build artefacts and vendored dependencies
target/

# Git internals
.git/

# Generated documentation
book/
