Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Remove .pyc file and add rule to gitignore. #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

travisjungroth
Copy link

.pyc files are generated automatically so they don't need to be included in the source code. They can sometimes cause "caching" of old files if they're included, so best to ignore them.

Further reading: https://coderwall.com/p/wrxwog/why-not-to-commit-pyc-files-into-git-and-how-to-fix-if-you-already-did

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant