Files
manim-slides/.gitignore
Jérome Eertmans a7719dbb8b feat(lib): change config file from json to toml (#224)
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.
2023-07-24 14:46:15 +02:00

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