diff --git a/.gitignore b/.gitignore index 4fdba99..28e1044 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ *.pkl /facebook/test.py /data/* -*.html \ No newline at end of file +*.html +*.code-workspace \ No newline at end of file diff --git a/facebook/.dockerignore b/facebook/.dockerignore index 6c77630..d749c37 100644 --- a/facebook/.dockerignore +++ b/facebook/.dockerignore @@ -8,4 +8,5 @@ /data/* *.html /__pycache__ -/README.md \ No newline at end of file +/README.md +*.code-workspace \ No newline at end of file diff --git a/facebook/__pycache__/config.cpython-38.pyc b/facebook/__pycache__/config.cpython-38.pyc new file mode 100644 index 0000000..0015656 Binary files /dev/null and b/facebook/__pycache__/config.cpython-38.pyc differ diff --git a/workspace.code-workspace b/workspace.code-workspace index ca8b5f6..e8e9631 100644 --- a/workspace.code-workspace +++ b/workspace.code-workspace @@ -5,9 +5,11 @@ }, { "path": "facebook" + }, + { + "path": "db-backup" } ], "settings": { - "python.pythonPath": "/Users/Lasse/.pyenv/shims/python" } } \ No newline at end of file