# Dependencies
node_modules/

# Package-manager caches
.pnpm-store/
.npm/
.yarn/cache/
.yarn/unplugged/
.yarn/build-state.yml
.yarn/install-state.gz

# Astro and build output
.astro/
dist/
.vercel/
.netlify/

# Environment variables and local secrets
.env
.env.*
!.env.example
!.env.template

# Certificates and private keys
*.pem
*.key
*.p12
*.pfx
*.jks
*.keystore

# Agent/tool-generated files
.agents/
.claude/

# Logs and test output
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
coverage/

# Temporary and cache files
.cache/
.tmp/
tmp/
*.tmp
*.swp
*.swo
*~

# Playwright
test-results/
playwright-report/
playwright/.cache/

# IDE settings
.idea/
.vscode/
*.code-workspace

# OS metadata
.DS_Store
.AppleDouble
.LSOverride
Thumbs.db
Desktop.ini
