diff --git a/.gitignore b/.gitignore index 989049f..f5c2e6f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .envrc zhdo.space +__pycache__ diff --git a/__pycache__/app.cpython-39.pyc b/__pycache__/app.cpython-39.pyc deleted file mode 100644 index ab6ff6a..0000000 Binary files a/__pycache__/app.cpython-39.pyc and /dev/null differ diff --git a/__pycache__/wsgi.cpython-39.pyc b/__pycache__/wsgi.cpython-39.pyc deleted file mode 100644 index 2b076a3..0000000 Binary files a/__pycache__/wsgi.cpython-39.pyc and /dev/null differ diff --git a/zhdo.space.ini b/zhdo.space.ini deleted file mode 100644 index 971b87e..0000000 --- a/zhdo.space.ini +++ /dev/null @@ -1,11 +0,0 @@ -[uwsgi] -module = wsgi:app - -master = true -processes = 5 - -socket = myproject.sock -chmod-socket = 660 -vacuum = true - -die-on-term = true