diff --git a/.gitignore b/.gitignore index eba74f4..b566e9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -venv/ \ No newline at end of file +venv/ +__pycache__* \ No newline at end of file diff --git a/piomint/__pycache__/__init__.cpython-311.pyc b/piomint/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 31e7dfa..0000000 Binary files a/piomint/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/piomint/__pycache__/settings.cpython-311.pyc b/piomint/__pycache__/settings.cpython-311.pyc deleted file mode 100644 index 3df4cae..0000000 Binary files a/piomint/__pycache__/settings.cpython-311.pyc and /dev/null differ diff --git a/piomint/__pycache__/urls.cpython-311.pyc b/piomint/__pycache__/urls.cpython-311.pyc deleted file mode 100644 index 27d4329..0000000 Binary files a/piomint/__pycache__/urls.cpython-311.pyc and /dev/null differ diff --git a/piomint/__pycache__/wsgi.cpython-311.pyc b/piomint/__pycache__/wsgi.cpython-311.pyc deleted file mode 100644 index f307141..0000000 Binary files a/piomint/__pycache__/wsgi.cpython-311.pyc and /dev/null differ