Add __pycache__ directories to gitignore
This commit is contained in:
parent
370df81332
commit
333c548bb0
|
@ -56,3 +56,4 @@ pip-wheel-metadata/
|
||||||
|
|
||||||
# pytest debug logs generated via --debug
|
# pytest debug logs generated via --debug
|
||||||
pytestdebug.log
|
pytestdebug.log
|
||||||
|
__pycache__/
|
||||||
|
|
Loading…
Reference in New Issue