# Files generated by OS
.DS_Store

# Python bytecode
__pycache__/
*.py[cod]

# Packaging
build/
dist/
*.egg-info/

# Unit test / coverage reports
cover/
htmlcov/
.coverage
.noseids
coverage.xml
nosetests.xml

# Required packages
.venv
.virtualenv
.spyproject

# MyPy
.mypy_cache

# manim generated files
media/

