AnimateDiff
AnimateDiff copied to clipboard
Create .gitignore to ignore __pycache__ folders
When running script-animate, Python generates caches but these shouldn't be included in the repository.
This pull request adds a basic .gitignore file to ignore these folders.