jterrace / pyssim

A Python module for computing the Structural Similarity Image Metric (SSIM)
MIT License
339 stars 62 forks source link

adds gitignore #27

Closed neuromusic closed 6 years ago

neuromusic commented 6 years ago

this PR adds a gitignore file which helps prevent inadvertently committing pyc files during development

jterrace commented 6 years ago

I prefer to keep things like this in your global gitignore and only check in things to a repo's gitignore that are specific to it.