1d1900 Ignore pycache everywhere

Authored and Committed by crameleon 4 months ago
1 file changed. 1 lines added. 1 lines removed.
    Ignore pycache everywhere
    
    With the introduction of a bin/lib/ subdirectory containing Python
    files, __pycache__ directories are now contained in nested places
    as well, and it makes sense to expand the pattern to exclude any
    __pycache__ directory anywhere.
    
    Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
    
        
file modified
+1 -1