diff --git a/.gitignore b/.gitignore index a2aca7f..e8e15c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ +*.py[cod] .pytest_cache/ .venv/ +__pycache__ Pipfile.lock