diff --git a/.gitignore b/.gitignore index 234ce26..a6a7a27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,14 @@ /manuals/ -/data/ \ No newline at end of file +/data/ + +# Python cache +__pycache__/ +*.pyc +*.pyo +*.pyd +.Python +*.so +*.egg +*.egg-info/ +dist/ +build/ \ No newline at end of file diff --git a/app/__pycache__/__init__.cpython-310.pyc b/app/__pycache__/__init__.cpython-310.pyc deleted file mode 100644 index 347a182..0000000 Binary files a/app/__pycache__/__init__.cpython-310.pyc and /dev/null differ diff --git a/app/__pycache__/database.cpython-310.pyc b/app/__pycache__/database.cpython-310.pyc deleted file mode 100644 index 76829bc..0000000 Binary files a/app/__pycache__/database.cpython-310.pyc and /dev/null differ diff --git a/app/__pycache__/main.cpython-310.pyc b/app/__pycache__/main.cpython-310.pyc deleted file mode 100644 index 6dabad0..0000000 Binary files a/app/__pycache__/main.cpython-310.pyc and /dev/null differ diff --git a/app/__pycache__/models.cpython-310.pyc b/app/__pycache__/models.cpython-310.pyc deleted file mode 100644 index 13b9519..0000000 Binary files a/app/__pycache__/models.cpython-310.pyc and /dev/null differ diff --git a/app/__pycache__/routers.cpython-310.pyc b/app/__pycache__/routers.cpython-310.pyc deleted file mode 100644 index 9101142..0000000 Binary files a/app/__pycache__/routers.cpython-310.pyc and /dev/null differ diff --git a/app/__pycache__/services.cpython-310.pyc b/app/__pycache__/services.cpython-310.pyc deleted file mode 100644 index 7972133..0000000 Binary files a/app/__pycache__/services.cpython-310.pyc and /dev/null differ