# Built by vale-styles/build.sh and published as release assets.
packages/slopvac-lint/vale-styles/dist/

# Fetched by `vale sync`, never committed.
.vale-styles/
packages/slopvac/.apm/skills/review-docs/vale/styles/*/

__pycache__/
*.pyc

.pytest_cache/

# Beads / Dolt files (added by bd init)
.dolt/
*.db
.beads-credential-key
.beads/proxieddb/
.venv/
*.egg-info/
__pycache__/

# Build artifacts. A wheel in git goes stale the moment the source changes,
# and a stale wheel that installs is worse than no wheel.
dist/

# Derived from the shipped ruleset by `slopvac rules --judgement --format json`,
# dumped so the clean-room judges could read the rules without reading the source
# tree. Regenerable, 528K, and it would go stale against the YAML on the first
# rule edit while looking authoritative.
.dogfood-cleanroom/**/judgement-rules.json
.dogfood-cleanroom/**/rules-*.json
