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:
Derick Phan 2026-03-26 10:11:32 -07:00
parent 862a383101
commit 9c4ed9ac9e
No known key found for this signature in database
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