diff --git a/.gitignore b/.gitignore index 38addf8..e021bb8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ instance sites __pycache__ +nohup.out +app.pid +*.log diff --git a/app.pid b/app.pid deleted file mode 100644 index 8b13789..0000000 --- a/app.pid +++ /dev/null @@ -1 +0,0 @@ - diff --git a/nohup.out b/nohup.out deleted file mode 100644 index 9fe237c..0000000 --- a/nohup.out +++ /dev/null @@ -1,6 +0,0 @@ -Traceback (most recent call last): - File "/home/ion606/misc-code/static-site-hosting/app.py", line 1, in - from flask import ( - ...<9 lines>... - ) -ModuleNotFoundError: No module named 'flask'