first commit

This commit is contained in:
domrichardson
2026-03-24 16:03:04 +00:00
commit df40cc57e1
80 changed files with 16766 additions and 0 deletions

45
.gitignore vendored Normal file
View File

@@ -0,0 +1,45 @@
.env
.env.local
.env.*.local
# Dependencies
node_modules/
vendor/
# Build outputs
dist/
build/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docker
.docker/
# Logs
*.log
logs/
# Database
*.db
*.sqlite
data/
# Secrets (never commit!)
*.key
*.pem
secret*
# Go
*.o
*.a
*.so
.go/