# Dependencies /schneespur/vendor/ /node_modules/ # Environment .env .env.backup .env.production # IDE / Editor .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db # Laravel /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 # Testing .phpunit.result.cache .phpunit.cache/ # Release builds /release/ # Misc *.bak *.orig # ── GSD baseline (auto-generated) ── .gsd .gsd-id .mcp.json .bg-shell/ *~ *.code-workspace .env.* !.env.example node_modules/ .next/ dist/ build/ __pycache__/ *.pyc .venv/ venv/ target/ vendor/ *.log coverage/ .cache/ tmp/