mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00

* fix(lib): Manim fixes, bump to >= 0.18, and tests * chore(ci): tests and happy mypy * chore(deps): fix override * fix(tests): correct skipping * fix(ci): coverage * fix(docs): dead links * fix(tests): deps fixes * fix(deps): add missing override * fix(tests): correctly ignore * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * chore(tests): no filterwarning * chore(tests): add a check to see if we can install package * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * chore(ci): typo * fix(ci): typo * oops * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix(ci): double quote instead of single * chore(ci): add OSes requirements * chore(tests): removed `full-gl` extra * chore(ci): automatically cancel jobs * fix(docs): typo --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
52 lines
621 B
Plaintext
52 lines
621 B
Plaintext
# Python files
|
|
__pycache__/
|
|
/env
|
|
/build
|
|
/dist
|
|
*.egg-info/
|
|
.pdm-python
|
|
|
|
# Manim files
|
|
images/
|
|
/media
|
|
tests/data/media/
|
|
docs/source/media/
|
|
|
|
# ManimGL files
|
|
videos/
|
|
|
|
# Manim Slides files
|
|
.manim-slides.toml
|
|
|
|
slides/
|
|
!tests/data/slides/
|
|
|
|
slides_assets/
|
|
|
|
# Docs
|
|
docs/build/
|
|
|
|
slides.html
|
|
|
|
docs/source/reference/.ipynb_checkpoints/
|
|
|
|
docs/source/_static/basic_example_assets/
|
|
|
|
docs/source/_static/basic_example.html
|
|
|
|
docs/source/_static/three_d_example.html
|
|
|
|
docs/source/_static/three_d_example_assets/
|
|
|
|
docs/source/reference/media/
|
|
|
|
# JOSE Paper
|
|
paper/paper.pdf
|
|
paper/media/
|
|
|
|
# Others
|
|
.coverage
|
|
coverage.xml
|
|
|
|
rendering_times.csv
|