We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I always forget this ...
To recursively remove all those pesky .pyc files from a git repo, run this command:
Then make sure to add a .gitignore in the root of the repo and add the line: *.pyc