# Tooling caches, not part of the published site.
.serena/
__pycache__/

# Build + toolchain (Astro migration).
node_modules/
dist/
.astro/
.husky/_/

# Visual-regression working output. Baselines in .agents/snapshots/ ARE tracked;
# the per-run captures and diffs are not.
.agents/snapshots/after/
.agents/snapshots/diff/

# agent run logs
.agents/logs/

# pnpm-only project. A stray npm/yarn/bun run here is a bug the gate rejects;
# ignoring the artefacts keeps one from being committed by accident.
package-lock.json
yarn.lock
bun.lock
bun.lockb
