# ─────────────────────────────────────────────────────────────
# Root .gitignore — covers the whole monorepo (backend + frontend).
# Per-project .gitignores (backend/.gitignore, frontend/.gitignore)
# still apply within their subtrees.
# ─────────────────────────────────────────────────────────────

# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Editors / IDEs
.idea/
.vscode/
.nova/
.zed/
.fleet/
.cursor/
*.swp
*.swo
*~

# Environment & secrets (keep the *.example templates)
.env
.env.*
!.env.example
auth.json
*.pem

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

# Dependencies
node_modules/
vendor/

# Build output / caches
dist/
dist-ssr/
build/
.cache/
.vite/
coverage/
*.local

# PHP / Laravel
.phpunit.result.cache
.phpunit.cache/
_ide_helper.php
.phpactor.json
