diff --git a/.env b/.env deleted file mode 100644 index e69de29..0000000 diff --git a/.gitignore b/.gitignore index 70700a2..ea42e26 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -./vscode \ No newline at end of file +./vscode +__pycache__/ +.env \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index f1682a3..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "editor.lineNumbers": "off", - "editor.padding.top": 3, - "editor.padding.bottom": 3, - "editor.formatOnSave": true, - "editor.formatOnPaste": true, - "editor.fontSize": 14, - "editor.lineHeight": 4.5, - "editor.suggestFontSize": 15, - // "editor.suggestLineHeight": 4, - "breadcrumbs.enabled": false, - "workbench.tips.enabled": false, - "workbench.statusBar.visible": false, - // "workbench.editor.showTabs": "single", - "git.enableSmartCommit": true, - "workbench.editor.editorActionsLocation": "hidden", - // "workbench.activityBar.location": "hidden", - "workbench.editor.enablePreviewFromQuickOpen": false, - "editor.lightbulb.enabled": "off", - "editor.selectionHighlight": false, - "editor.overviewRulerBorder": false, - "editor.renderLineHighlight": "none", - "editor.occurrencesHighlight": "off" -} diff --git a/__pycache__/app.cpython-310.pyc b/__pycache__/app.cpython-310.pyc deleted file mode 100644 index 634fcf8..0000000 Binary files a/__pycache__/app.cpython-310.pyc and /dev/null differ diff --git a/__pycache__/wsgi.cpython-310.pyc b/__pycache__/wsgi.cpython-310.pyc deleted file mode 100644 index 991ee41..0000000 Binary files a/__pycache__/wsgi.cpython-310.pyc and /dev/null differ