# VCS / editor / docs — not needed in the image build context.
.git
.gitea
.github
.idea
.vscode
*.md
LICENSE

# Local build outputs and databases.
/pansy
*.db
*.db-wal
*.db-shm

# Frontend deps/output are rebuilt inside the image's web stage.
web/node_modules
web/dist

# 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
