15 lines
288 B
Plaintext
15 lines
288 B
Plaintext
# core project docs
|
|
include README.md
|
|
include LICENSE
|
|
|
|
# python typing markers
|
|
recursive-include backend *.pyi
|
|
recursive-include backend py.typed
|
|
|
|
# frontend assets (templates + static)
|
|
recursive-include frontend *
|
|
|
|
# alembic migrations
|
|
recursive-include backend/alembic *
|
|
|