Add FastAPI admin/public API service, database setup, Docker deployment files, docs, and tests.
14 lines
125 B
Plaintext
14 lines
125 B
Plaintext
.git
|
|
.env
|
|
.env.local
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.venv/
|
|
*.pyc
|
|
node_modules/
|
|
dist/
|
|
coverage/
|
|
tests/
|