python:3.12-slim, installs the package (pip install .), runs pending Alembic migrations before starting uvicorn. Migrations/alembic.ini/ scripts are copied in as-is (not part of the installed package) since alembic and generate_master_key.py run directly against the source tree. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
14 lines
113 B
Plaintext
14 lines
113 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
.git/
|
|
.env
|
|
*.db
|
|
master.xprv.enc
|
|
logs/
|
|
data/
|
|
.pytest_cache/
|
|
*.egg-info/
|
|
tests/
|
|
.claude/
|