simonarvin / eyeloop

EyeLoop is a Python 3-based eye-tracker tailored specifically to dynamic, closed-loop experiments on consumer-grade hardware.
GNU General Public License v3.0
485 stars 67 forks source link

Remove compiled python files and update .gitignore #2

Closed cfculhane closed 4 years ago

cfculhane commented 4 years ago

Hi, thought I would do a quick pull request to address a small issue with the repo, as there are currently compiled python files (.pyc) committed to the repo as well as a sparse .gitignore.

This pull request updates the git ignore, then removes the compiled files

simonarvin commented 4 years ago

Thank you, Chris!