diff --git a/.gitignore b/.gitignore index 04dc584..6f58419 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,6 @@ flask_session/ .coverage /test/__pycache__/ /test/.pytest_cache/ -/test/flask_session/ \ No newline at end of file +/test/flask_session/ +/Website/__pycache__/ +/Website/.pytest_cache/ \ No newline at end of file diff --git a/Website/__pycache__/__init__.cpython-311.pyc b/Website/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index f876a86..0000000 Binary files a/Website/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/Website/__pycache__/db.cpython-311.pyc b/Website/__pycache__/db.cpython-311.pyc deleted file mode 100644 index 1eeb2b6..0000000 Binary files a/Website/__pycache__/db.cpython-311.pyc and /dev/null differ