Add TESSERA 4.0 schema script and ignore sqlite3 artifacts

This commit is contained in:
otivm
2026-04-26 06:49:17 +00:00
parent 865c9b0637
commit 89e977f167
2 changed files with 177 additions and 0 deletions

4
.gitignore vendored
View File

@@ -13,3 +13,7 @@ logs/
# Environment
.env
.env.local
# SQLite databases — never commit
data/*.sqlite3
data/staging_*.sqlite3