# Version control
.git
.gitignore
.gitattributes
.github
.githooks

# Development
.venv
.env
.env.local
.env.local.tmp
.cursor
.claude
.vscode
.idea

# Python cache
__pycache__
*.py[cod]
.pytest_cache
.mypy_cache
.ruff_cache
.coverage
htmlcov/

# Node artifacts
node_modules
.turbo
dist
build

# Build artifacts
.vercel
.playwright
.playwright-mcp
site/
site-internal/

# Archives and experiments
archive/
experiments/
demos/
templates/

# Docker meta (don't send these into the build context)
Dockerfile
docker-compose.yml
DOCKER.md
