diff --git a/.gitignore b/.gitignore index 3df493e..81ab30e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ key /key /migrations/* /venv/* -/app/hidden.py \ No newline at end of file +/app/hidden.py +/app/__pycache__/* +/__pycache__/* \ No newline at end of file diff --git a/app/__pycache__/__init__.cpython-36.pyc b/app/__pycache__/__init__.cpython-36.pyc index c342058..88ca893 100644 Binary files a/app/__pycache__/__init__.cpython-36.pyc and b/app/__pycache__/__init__.cpython-36.pyc differ