# Зависимости node_modules npm-debug.log* yarn-debug.log* yarn-error.log* # Среда разработки .env .env.local .env.development .env.test .env.production # Сборка dist build coverage # Логи logs *.log # Git .git .gitignore .gitattributes # IDE .vscode .idea *.swp *.swo *~ # OS .DS_Store Thumbs.db # Временные файлы *.tmp *.temp # Тесты test tests __tests__ *.spec.ts *.test.ts # Документация README.md docs # Docker Dockerfile* docker-compose*.yml .dockerignore