# VCS / editor / docs — not needed in the image build context. .git .gitea .idea .vscode *.md LICENSE # Secrets and env files must never be baked into an image layer. .env .env.* # Local build outputs and databases. /pansy *.db *.db-wal *.db-shm # Go workspace files (pansy builds standalone; GOWORK=off). go.work go.work.sum # Frontend deps/output are rebuilt inside the image's web stage. web/node_modules web/dist web/.vite # The embedded web build is produced fresh in the image (web stage → embed # directory), so never ship stale local contents. dist.go itself is kept. internal/webdist/dist # Assorted local scratch. .playwright-mcp .claude