# ── Dependencies ── /node_modules/ /vendor/ /schneespur/node_modules/ /schneespur/vendor/ # ── Local env (keep .env.example tracked) ── .env .env.* !.env.example # ── Laravel runtime ── /schneespur/storage/logs/*.log /schneespur/storage/framework/cache/* /schneespur/storage/framework/sessions/* /schneespur/storage/framework/views/* /schneespur/storage/testing/ # ── Build artifacts ── /schneespur/public/build/ /schneespur/public/hot /release/ # ── Internal dev files (not part of distributable app) ── /build.sh /moduldoku.md /package-lock.json # ── Test caches ── .phpunit.result.cache .phpunit.cache/ # ── IDE / OS ── .idea/ .vscode/ *.swp .DS_Store Thumbs.db # ── Local tooling ── .gsd .gsd-id .mcp.json .bg-shell/