# Build artifacts out/ .bsp/ # Git .git/ .gitignore # IDE .idea/ *.iml .vscode/ # Reference implementation golem15-wintercms-starter/ # Documentation *.md !README.md # Planning files .planning/ # Infra (not needed in app container) infra/ # Local environment .env .env.local *.log