# Каждое лишнее изменение в build context инвалидирует layer cache в Docker.
# Здесь — только то, что НЕ нужно для `npm ci` + `next build`.

node_modules
.next
.next/cache
.env
.env.*
!.env.example
.eslintcache
*.tsbuildinfo

# VCS
.git
.gitignore
.gitattributes

# Logs / coverage / IDE
*.log
coverage
.vscode
.idea

# Tests + docs (не нужны для production build)
__tests__
**/*.test.ts
**/*.test.tsx
**/*.spec.ts
**/*.spec.tsx
*.md
docs

# OS
.DS_Store
Thumbs.db
