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

This PR introduces a **BREAKING CHANGE**: the general config file is now written in the TOML format. Keys are also placed under a shared subsection. Previous config files will be ignore. Migration from the previous format can be easily performed with `manim-slides init` and copy/pasting the key codes if necessary.
44 lines
483 B
Plaintext
44 lines
483 B
Plaintext
# Python files
|
|
__pycache__/
|
|
/env
|
|
/build
|
|
/dist
|
|
*.egg-info/
|
|
|
|
# Manim files
|
|
images/
|
|
/media
|
|
docs/source/media/
|
|
|
|
# ManimGL files
|
|
videos/
|
|
|
|
# Manim Slides files
|
|
.manim-slides.toml
|
|
|
|
slides/
|
|
!tests/slides/
|
|
|
|
slides_assets/
|
|
|
|
# Docs
|
|
docs/build/
|
|
|
|
slides.html
|
|
|
|
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/
|
|
|
|
|
|
# JOSE Paper
|
|
paper/paper.pdf
|
|
paper/media/
|
|
|
|
# Others
|
|
coverage.xml
|