**/node_modules
**/.next
**/dist
**/.turbo
**/.cache

.git
.gitignore
.github

# Yarn (corepack downloads the right Yarn at install time; the on-disk
# cache and unplugged dirs would just bloat the build context)
.yarn/cache
.yarn/install-state.gz
.yarn/unplugged
.yarn/build-state.yml
.pnp.*

# Local store + IDE + Claude scratch
.issue-store
.claude
.idea
.vscode

# Env files — supply via Dokploy / docker compose --env-file instead
.env
.env.*
!.env.example
!.env.docker.example

# Coverage, logs, OS junk
coverage
*.log
.DS_Store

# Docs / build artifacts that don't belong in the image
*.md
!packages/*/README.md
!README.md

Dockerfile*
compose.yaml
docker-compose*.yml
