Added __pycache__ to .gitignore
This commit is contained in:
parent
b12764b355
commit
f3e42ae295
|
@ -6,3 +6,5 @@ venv/
|
|||
|
||||
.coverage
|
||||
.pytest_cache/
|
||||
|
||||
__pycache__
|
||||
|
|
Loading…
Reference in New Issue