This repository has been archived on 2026-08-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
snowspeeder a2e4f1d576
CI / Verify and package (ubuntu-latest) (push) Canceled after 0s
CI / Verify and package (windows-latest) (push) Canceled after 0s
chore: document fork workflow and ignore local artifacts
2026-08-04 16:25:32 -04:00

36 lines
686 B
Plaintext

node_modules/
dist/
.env
.DS_Store
*.log
.playwright-cli/
# Local plugin development sandboxes. Symlink these into ~/.pi-web/plugins/<plugin-id>.
/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