# The wrapper Dockerfile copies no repo files; this list just keeps the
# build context small for `docker build`.
.git
.github
.idea
.vscode
.zed
.fleet
.nova
.phpunit.cache
.phpunit.result.cache
.serena
.playwright-mcp
.claude

# Dev / test artifacts (not relevant to the wrapper image)
tests
.env
.env.local
.env.production
.env.testing
.env.backup
phpunit.xml
phpstan.neon.dist
phpstan-baseline.neon

# Build / runtime
node_modules
public/build
public/hot
public/storage
storage
bootstrap/cache
vendor
packages

# Docs
docs
claudedocs
retro
plans

# Misc
*.log
.DS_Store
Thumbs.db
docker-compose*.yml
ssl
auth.json
