diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03724e9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode +# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode + +### VisualStudioCode ### +.vscode/* +!.vscode/tasks.json +!.vscode/launch.json +*.code-workspace + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +SocialHelper/SocialHelper/settings.py + +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode + diff --git a/SocialHelper/SocialHelper/__pycache__/settings.cpython-38.pyc b/SocialHelper/SocialHelper/__pycache__/settings.cpython-38.pyc index 9f057df..f5afab0 100644 Binary files a/SocialHelper/SocialHelper/__pycache__/settings.cpython-38.pyc and b/SocialHelper/SocialHelper/__pycache__/settings.cpython-38.pyc differ