Hacker News new | ask | show | jobs
by julien_p 5147 days ago
When I ran into this problem I simply added a post-checkout hook that deletes *.pyc files within the git root.
1 comments

Same here. Is there a downside to this approach that I'm missing?