Skip to content

.gitignore: Remove redundant pycache entries

Chandan Singh requested to merge chandan/misc-gitignore into master

Python 3 only ever creates .pyc files inside the pycache directory so ignoring just pycache directory is sufficient.

Merge request reports