CI build broke after adding `alembic/` and `db/` directories — flat-layout auto-discovery saw three top-level dirs and refused to pick. Make it explicit: only `app/` is a Python package, the rest are ops/migration data. |
||
|---|---|---|
| .. | ||
| alembic | ||
| app | ||
| db/init | ||
| tests | ||
| .dockerignore | ||
| .env.example | ||
| alembic.ini | ||
| Dockerfile | ||
| pyproject.toml | ||
| uv.lock | ||