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

* chore(ci): from Rye to uv uv is just better for what I need to do, and Rye will eventually be replaced by uv anyway * chore(ci): add tests' extra * chore(ci): oops * fix(ci): some tests * chore(ci): remove -W error Because it breaks on the CI, but not locally..
51 lines
610 B
Plaintext
51 lines
610 B
Plaintext
# Python files
|
|
__pycache__/
|
|
/env
|
|
/build
|
|
/dist
|
|
*.egg-info/
|
|
|
|
# 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
|