node_modules/ dist/ .env .DS_Store *.log .playwright-cli/ # Local plugin development sandboxes. Symlink these into ~/.pi-web/plugins/. /dev-plugins/ # Local Docker image build hooks for development containers. /docker/custom-image.d/* !/docker/custom-image.d/.gitkeep # Local runtime attachment uploads (created by the chat composer "save to folder" mode). .pi-web/ # Local PI subagent run transcripts and artifacts. .pi-subagents/ # Test, build, and browser-automation output. coverage/ test-results/ playwright-report/ .vite/ *.tsbuildinfo # Local credentials and TLS material. Keep examples explicitly versionable. .env.* !.env.example *.pem *.key *.crt *.p12 *.pfx