Skip to content
Snippets Groups Projects
Commit 85d6e5f8 authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

No, really remove __pycache__ dirs...

parent 4d96a867
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ class CleanCmd(Command): ...@@ -66,7 +66,7 @@ class CleanCmd(Command):
# Configure for this project. # Configure for this project.
suffixes2del = ['MANIFEST', '.pyc', 'chkcrontabc'] suffixes2del = ['MANIFEST', '.pyc', 'chkcrontabc']
dirs2del = ['./build', './dist', './.tox', './.coverage', dirs2del = ['./build', './dist', './.tox', './.coverage',
'./__pycache__', './htmlcov'] './__pycache__', './tests/__pycache__', './htmlcov']
dirs2ign = ['./.git'] dirs2ign = ['./.git']
# End config. # End config.
doomed = set() doomed = set()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment