# Dependencies
node_modules/

# Build output
dist/

# Generated types
.astro/

# Misc
.DS_Store
.env
.env.*
!.env.example

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

# Things handled by other linters
*.md
*.yaml
*.yml
*.json
!.prettierrc
!.package.json
