# build output
dist/
# generated types
.astro/

# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production

# macOS-specific files
.DS_Store

# jetbrains setting folder
.idea/

# collaborator (canvas) tool config — local-only
.collaborator/

# Source PDF archives — re-fetch via the URLs documented in
# CLAUDE.md. Excluded from git to keep the repo small (~190MB of
# binary content otherwise).
docs/sources/

# Source budget data (CSV/XLSX from opendata.stadt-muenster.de).
# Re-fetch via the URLs documented in CLAUDE.md. data/extracted/ is
# kept since it's derived from PDFs the runtime needs.
data/2023/
data/2024/
data/2025/
data/jahresabschluesse/

# Original font archives. The committed copies live in fonts/ (TTF
# source) and public/fonts/ (WOFF2 build output).
*.zip
