tossme/ examples/ .env .vscode # Session planning (never public) PLAN.md # Node dependencies node_modules/ # Test report and results playwright-report/ test-results/ # Build artifacts # NOTE: dist/ is listed here but each tool's dist/*.html is force-tracked in git # (added with `git add -f tool/dist/tool.html`). This is intentional — built artifacts # are committed alongside source so users can download them directly from the repo. # New tool dist files must be force-added: git add -f tool/dist/tool.html dist/ # Release artifacts — published to Codeberg release assets, not committed. # website/releases/index.html and website/releases/manifest.json are # regenerated by build.sh and DO get committed (they're tiny indices). # Everything else under website/releases/ — versioned HTML tool files, # zddc-server binaries — lives on Codeberg; the website's Caddy reverse- # proxies download URLs to Codeberg release-asset URLs. website/releases/*.html !website/releases/index.html website/releases/zddc-server-* # IDE and project files .opencode/ opencode.json package-lock.json zddc-knowledge*.json zddc-knowledge*.md zddc-knowledge*.html