diff --git a/.gitignore b/.gitignore index 3e90094..9bb966f 100644 --- a/.gitignore +++ b/.gitignore @@ -124,4 +124,7 @@ migrations/ *.db # 文件上传 -static/upload/ \ No newline at end of file +static/upload/ + +# flask session +flask_session/ \ No newline at end of file