# ============================================================ # SVGarden — https://www.svgarden.dev # Author : Simon-Pierre Boucher # Contact: contact@spboucher.ai # File : .gitignore # Desc : Never commit secrets, build output, or dependencies # ============================================================ node_modules/ dist/ .astro/ .env .env.* ngrok.yml *.log .DS_Store