# Development files .git/ .gitignore .vscode/ .DS_Store # Cache and temp files .astro/ node_modules/ # Build output (will be rebuilt in Docker) dist/ # Environment files .env .env.* # Logs *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Documentation (optional - comment if needed in image) # *.md # !README.md