My gitignore has the following lines
__init__.cpython-36.pyc
functions.cpython-36.pyc
.DS_Store
__pycache__
*.pyc
But my git client is still registering changes to the pyc files
After reading online I just don't understand what my problem is. Any ideas? Let me know if I need to provide more information. Thanks