mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
* docker: add libgl1 runtime dependency for OpenGL * docker: tighten .dockerignore for smaller build context * docs(docker): add runtime notes for latest image * docs(docker): note ctex is not included by default --------- Co-authored-by: Francisco Manríquez Novoa <49853152+chopan050@users.noreply.github.com>
20 lines
207 B
Text
20 lines
207 B
Text
.git
|
|
|
|
# Development / test artifacts
|
|
__pycache__
|
|
**/__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.egg-info
|
|
dist/
|
|
build/
|
|
coverage.xml
|
|
|
|
# Not needed to install the package
|
|
docs/
|
|
tests/
|
|
example_scenes/
|
|
media/
|
|
logo/
|
|
scripts/
|