diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 0000000..749ccda --- /dev/null +++ b/backend/.gitignore @@ -0,0 +1,4 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class diff --git a/backend/__pycache__/database.cpython-39.pyc b/backend/__pycache__/database.cpython-39.pyc deleted file mode 100644 index 1df5c61..0000000 Binary files a/backend/__pycache__/database.cpython-39.pyc and /dev/null differ diff --git a/backend/__pycache__/main.cpython-39.pyc b/backend/__pycache__/main.cpython-39.pyc deleted file mode 100644 index 72806a7..0000000 Binary files a/backend/__pycache__/main.cpython-39.pyc and /dev/null differ diff --git a/backend/__pycache__/model.cpython-39.pyc b/backend/__pycache__/model.cpython-39.pyc deleted file mode 100644 index 6c2d271..0000000 Binary files a/backend/__pycache__/model.cpython-39.pyc and /dev/null differ