.build/ .swiftpm/ DerivedData/ build/ dist/ dist-mas/ *.xcodeproj .DS_Store .env .claude/ # App Store provisioning profile and any other local-only signing material. secrets/ # Local planning / design / scratch docs (kept uncommitted by convention) planning/ technical-docs/ CLAUDE.md BUILDING.md # Release notes are staged here, then copied into the homebrew-whatcable tap # repo and used as the GitHub release body. The tap repo is the canonical home. release-notes/ # USB-IF spec PDFs (copyrighted, not for distribution) reference/ screenshots-pro/ # IOKit investigation probes (compiled binaries and scratch output). # probes/test-kit/ contains the C sources bundled in the app and is tracked. probes/* !probes/test-kit/ # Eleventy site tooling node_modules/ # Local author crib sheet for the blog (gitignored by convention) BLOG.md # Decap CMS fallback media folder. The /admin uploader sends images to R2 via # the custom media library, but Decap still requires media_folder set. This # folder should never receive real files; ignore it just in case. src/blog/uploads/ AGENTS.md # Wrangler / Miniflare local state (geolocates the developer) .wrangler/ # Internal architectural decision log DECISIONS.md