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