feat: initial scaffold of osint_db (DuckDB source-of-truth service)

This commit is contained in:
agent
2026-06-13 00:02:41 +02:00
commit 2716edd5a0
15 changed files with 2422 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
data/
.venv/
__pycache__/
*.pyc
.pytest_cache/
*.duckdb
*.duckdb.*
*.duckdb-wal
server.log