What is "596071422"?
PyCharm creates a bunch of files in
/Library/Caches/PyCharm20/python_stubs/596071422that it then adds to the list of frameworks in the "Project" view. What are these files? If there just caches used by PyCharm, why are they visible in the Project pane (they're presumably already there as "originals").
3 comments
Sort by
Date
Votes
These are Python skeletons for binary modules. They are visible in the project view because we took no special measures to hide them from there.
So it's purely a PyCharm internal thing (that just happens to be exposed), and I can ignore it. Right?
It should probably be hidden.
Please sign in to leave a comment.