Start of the starter pack so I can get the installs up and write a blog post about it.

This commit is contained in:
Zed A. Shaw 2024-06-24 13:04:51 -04:00
parent 75ca681dd2
commit 3cef4a80b1
13 changed files with 711 additions and 2 deletions

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
.*.sw*
.DS_Store
*.sqlite3
*.sqlite3-wal
*.sqlite3-shm
debug
coverage/
.coverage
builddir
subprojects