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

* chore(deps): use PDM instead of Poetry * chore(git): move to top * chore(lint): fixes * fix(pdm): dynamic version did not work * chore(ci): fix syntax for Windows * fix(ci): typo * wip(docs): updates * chore(docs): add changelog entry * chore(docs): admonitions * chore(docs): update to use manim-slides render * chore(docs): make it better
51 lines
611 B
Plaintext
51 lines
611 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.xml
|
|
|
|
rendering_times.csv
|