# Dependencies
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Build outputs (we build fresh in Docker)
.next
out
build
dist

# Development
.env*.local
.env.development
.env.test

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

# OS
.DS_Store
Thumbs.db

# Git
.git
.gitignore

# Docker
# Dockerfile*
docker-compose*
.docker

# Documentation (not needed in production image)
*.md
docs
LICENSE

# Tests
__tests__
*.test.ts
*.test.tsx
*.spec.ts
*.spec.tsx
coverage
jest.config.*

# Storybook
.storybook
storybook-static

# Other
.husky
.eslintcache
.turbo
tsconfig.tsbuildinfo