Finding secrets by decompiling Python bytecode in public repositories

Cache rules everything around me. `pyc` files can contain secrets and should not be checked in to source control. Use the standard Python [.gitignore](https://github.com/github/gitignore/blob/master/Python.gitignore). Read more

Similar