Add alembic.ini to repository (required for Docker build)

Remove alembic.ini from .gitignore as it's needed in the Docker build context

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-02 23:11:52 +01:00
parent 6113da3fbf
commit 92d1024195
2 changed files with 112 additions and 3 deletions

3
.gitignore vendored
View File

@@ -33,9 +33,6 @@ env/
*.sqlite
*.sqlite3
# Alembic
alembic.ini
# Node
node_modules/
.pnp