# AITuberFlow Frontend Docker Ignore

# Dependencies
node_modules/
.pnp/
.pnp.js

# Build output (we rebuild in Docker)
.next/
out/
build/
dist/

# Testing
coverage/
.nyc_output/

# Environment
.env
.env.*
!.env.example
.env.local
.env.development.local
.env.test.local
.env.production.local

# IDE
.vscode/
.idea/
*.swp
*.swo

# Debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

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

# OS files
.DS_Store
Thumbs.db

# Git
.git/
.gitignore

# Docker
Dockerfile
.dockerignore

# Documentation
*.md

# Storybook (if used)
storybook-static/

# Playwright / Testing
playwright-report/
test-results/
