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

# Build output
.next
out
dist
build

# Testing
coverage
.nyc_output

# Environment variables
.env
.env*.local
.env.local
.env.development.local
.env.test.local
.env.production.local

# Git
.git
.gitignore
.gitattributes

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

# Operating System
.DS_Store
Thumbs.db

# Python (for mcp-server)
__pycache__
*.pyc
.venv
mcp-server/.venv

# Documentation
*.md
!README.md

# Tests
tests
vitest.config.ts
playwright.config.ts

# CI/CD
.github
.gitlab-ci.yml
.travis.yml

# Docker (avoid copying Dockerfiles into image)
Dockerfile*
.dockerignore
docker-compose*.yml

# Other
*.log
.cache
.turbo
