diff --git a/.gitignore b/.gitignore index 67c49c3..4a893ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ config.py alembic.ini -keys/* \ No newline at end of file +keys/* +**.pyc diff --git a/alembic/versions/__pycache__/4677228ad413_create_users_table.cpython-311.pyc b/alembic/versions/__pycache__/4677228ad413_create_users_table.cpython-311.pyc deleted file mode 100644 index 8a362c2..0000000 Binary files a/alembic/versions/__pycache__/4677228ad413_create_users_table.cpython-311.pyc and /dev/null differ diff --git a/alembic/versions/__pycache__/e6b8e42fa629_create_uploads_table.cpython-311.pyc b/alembic/versions/__pycache__/e6b8e42fa629_create_uploads_table.cpython-311.pyc deleted file mode 100644 index 3518a09..0000000 Binary files a/alembic/versions/__pycache__/e6b8e42fa629_create_uploads_table.cpython-311.pyc and /dev/null differ diff --git a/cef_3M/__pycache__/__init__.cpython-311.pyc b/cef_3M/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 7654efa..0000000 Binary files a/cef_3M/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/cef_3M/__pycache__/auth.cpython-311.pyc b/cef_3M/__pycache__/auth.cpython-311.pyc deleted file mode 100644 index 5873205..0000000 Binary files a/cef_3M/__pycache__/auth.cpython-311.pyc and /dev/null differ diff --git a/cef_3M/__pycache__/sql.cpython-311.pyc b/cef_3M/__pycache__/sql.cpython-311.pyc deleted file mode 100644 index 4b690e3..0000000 Binary files a/cef_3M/__pycache__/sql.cpython-311.pyc and /dev/null differ diff --git a/cef_3M/__pycache__/util.cpython-311.pyc b/cef_3M/__pycache__/util.cpython-311.pyc deleted file mode 100644 index 646de0e..0000000 Binary files a/cef_3M/__pycache__/util.cpython-311.pyc and /dev/null differ