first commit

This commit is contained in:
Blake Ridgway
2026-03-07 21:16:51 -06:00
parent 21bd542469
commit 03fcf37beb
33 changed files with 3532 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Binary
website
/website
# Environment — never commit secrets
.env
# Generated syntax CSS (regenerated at startup)
static/css/syntax.css
# Uploaded images (large/binary files)
static/uploads/
# Editor / OS
.DS_Store
*.swp
*.swo
*~
.vscode/
.idea/
# Go build cache
*.test
*.out