Add Alembic migration foundation
test / pytest (push) Successful in 1m34s

This commit is contained in:
2026-06-01 16:02:43 +02:00
parent c42cc2ddb6
commit 8b8bd9f38f
17 changed files with 1459 additions and 101 deletions
+21 -3
View File
@@ -1,9 +1,28 @@
# Local environment and secrets
.env
.venv/
# Runtime data and local review notes
data/
review-notes/
Review-Notes/
# Python cache/test/build output
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
build/
dist/
*.egg-info/
*.pyc
.env
data/*.db
# Local tool state
.codex
.claude/settings.local.json
backups/
# macOS generated files
.DS_Store
@@ -14,4 +33,3 @@ data/*.db
**/.Spotlight-V100
.Trashes
**/.Trashes
.codex