diff --git a/.gitignore b/.gitignore index 1c2d52b..92f3c73 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea/* +*.pyc diff --git a/app/__init__.pyc b/app/__init__.pyc deleted file mode 100644 index ad59d38..0000000 Binary files a/app/__init__.pyc and /dev/null differ diff --git a/app/check_rights.pyc b/app/check_rights.pyc deleted file mode 100644 index abac51b..0000000 Binary files a/app/check_rights.pyc and /dev/null differ diff --git a/app/consumption.pyc b/app/consumption.pyc deleted file mode 100644 index ec3c676..0000000 Binary files a/app/consumption.pyc and /dev/null differ diff --git a/app/database.pyc b/app/database.pyc deleted file mode 100644 index 0185dd7..0000000 Binary files a/app/database.pyc and /dev/null differ diff --git a/app/gui.pyc b/app/gui.pyc deleted file mode 100644 index 50cf307..0000000 Binary files a/app/gui.pyc and /dev/null differ diff --git a/app/product.pyc b/app/product.pyc deleted file mode 100644 index fd78f30..0000000 Binary files a/app/product.pyc and /dev/null differ diff --git a/app/user.pyc b/app/user.pyc deleted file mode 100644 index cce4fd7..0000000 Binary files a/app/user.pyc and /dev/null differ diff --git a/app/users.pyc b/app/users.pyc deleted file mode 100644 index 55f9694..0000000 Binary files a/app/users.pyc and /dev/null differ diff --git a/app/views.pyc b/app/views.pyc deleted file mode 100644 index 2fd544c..0000000 Binary files a/app/views.pyc and /dev/null differ