adding sql schema for sqlite db, adding sqlite db to gitignore

This commit is contained in:
lila 2026-07-24 00:33:28 +02:00
parent 63f27e8e13
commit 214a7ecff1
2 changed files with 31 additions and 1 deletions

2
.gitignore vendored
View file

@ -11,6 +11,6 @@ __pycache__/
*.pyc
data-pipeline/kaikki-source-files/
data-pipeline/db/pipeline.db
data-pipeline/db/staging.db
data-pipeline/.env
.aider*