diff --git a/.gitignore b/.gitignore index 78b2a5d..c8f060d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ env/ venv/ venv/* -.idea/ \ No newline at end of file +.idea/ +__pycache__/ +__pycache__/* +app/__pycache__/ +app/__pycache__/* \ No newline at end of file diff --git a/__pycache__/config.cpython-37.pyc b/__pycache__/config.cpython-37.pyc deleted file mode 100644 index 657ef5b..0000000 Binary files a/__pycache__/config.cpython-37.pyc and /dev/null differ diff --git a/app/__pycache__/__init__.cpython-37.pyc b/app/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index 58d9b24..0000000 Binary files a/app/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/app/__pycache__/views.cpython-37.pyc b/app/__pycache__/views.cpython-37.pyc deleted file mode 100644 index 5715495..0000000 Binary files a/app/__pycache__/views.cpython-37.pyc and /dev/null differ