I'm working on a fairly large django-project in Xcode 4. I prefer not to see all the automatically generated .pyc files in the project navigator.
Does anyone know a way to hide the .pyc files from the interface?
I don't necessarily want to remove them from disk.
Thanks.
-
What fails:
- Checking "Show only files with source-control status" hides all files except the .pyc files... If only there is a way to invert this selection.
- Showing files with matching name will also only give me a solution for solely showing the .pyc files. Typing ".py" also yields .pyc files...