# závislosti
/node_modules
node_modules/

# Next.js
/.next/
/out/
/build

# testy
/coverage

# konfigurace s tajemstvími
.env
.env*.local

# data aplikace — obsah, ne kód
/data
/media

# editory a OS
/.idea/*
!/.idea/runConfigurations
.DS_Store
*.pem

# logy
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# TypeScript
*.tsbuildinfo
next-env.d.ts

# zbytky po spouštění nástrojů v kontejneru (HOME=/app)
/.cache
/.local
/.config
