File size: 321 Bytes
900c7c1 | 1 2 3 4 5 6 7 8 9 10 11 12 | # Build context exclusions for `docker build` (HF Space + local).
# COPY directives in the Dockerfile are explicit so this is purely a
# build-speed optimisation: prevents sending 19 MB of legacy HTML and
# any local caches to the daemon on every build.
.git
.gitattributes
.gitignore
__pycache__
*.pyc
.DS_Store
legacy/
|