### Features - Docker image respects shutdown signals - Improve Docker build and metadata
8 lines
94 B
Plaintext
8 lines
94 B
Plaintext
# Exclude everything
|
|
*
|
|
|
|
# Include required files only
|
|
!/src/
|
|
!pyproject.toml
|
|
!uv.lock
|
|
!LICENSE |