[global] patterns = [ ".env", ".env.staging", ".env.production", ".env.prod", ".env.local", # compiled JS/CSS — track source (src/ts, src/scss), not build output "musehub/templates/musehub/static/app.js", "musehub/templates/musehub/static/app.css", "musehub/templates/musehub/static/embed.css", "musehub/templates/musehub/static/embed-player.js", "musehub/templates/musehub/static/css/app.css.map", "musehub/templates/musehub/static/.cache-id", # mkcert-generated local TLS — each developer generates their own pair, # these are never shared or committed. "deploy/local-tls/localhost.crt", "deploy/local-tls/localhost.key", # Wrangler (Cloudflare Workers CLI) build state — local only. "cloudflare/**/.wrangler/**", ]