commit b49b9ceef04a929276af74611a472770f61ca75d Author: Ryan Malloy Date: Sat Feb 14 18:15:15 2026 -0700 Initial commit with .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bdb301 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +node_modules/ +dist/ +.astro/ +.env +*.log +.DS_Store +.vscode/