Files
manim-slides/.gitignore
Jérome Eertmans de91ac7b7c chore(ci): from Rye to uv (#476)
* 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..
2024-09-24 17:15:18 +02:00

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