Add themes folder with kodama template and gitignore index.db

Save the custom kodama template to themes/kodama.html so it's
version-controlled as a file rather than only living in the database.
Stop tracking index.db since it's runtime data, not source code.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
lichenblankie 2026-03-26 10:11:32 -07:00
parent 37f0d42aac
commit 7b0e56bd1d
3 changed files with 747 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
__pycache__/
tinyweb_identity
index.db
index.db