# Root-level monorepo ignores. Per-app .gitignore files under apps/<name>/
# stay in place and compose recursively, so this file only adds patterns
# that should apply across the whole tree.

# OS / editor
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.idea/
.vscode/
*.swp
*.swo

# Bun workspaces drop a top-level node_modules/ + lockfile when you run
# `bun install` at the root.
/node_modules/
/bun.lock

# Local env at root (per-app .env files are governed by their own .gitignore).
/.env
/.env.local
/.env.*.local

# Build caches that some tools stash at root.
/.turbo
/.cache
/dist
/build

# Plan / scratch (keep this dir local, never commit)
/.scratch/
