.env.local
__pycache__/
*.pyc
.venv/
.schema-cache/
*.local.json
.DS_Store
.idea/
.vscode/
corpus.local/
.playwright-mcp/
node_modules/
.svelte-kit/
site/build/
dist/
*.egg-info/

# No longer written: the default lives in site/vite.config.js so a fresh clone builds unconfigured.
site/.env

# Stray screenshots
/page.png

# Live status icons, fetched at build time from the configured site (site/scripts/
# fetch-status-icons.mjs). Never committed: the sprite is the vendor's artwork, and the
# deploy fetches its own copy from the env vars set on Vercel.
site/static/status-sprite.png
site/src/lib/content/status-icons.json
.vercel
