pull/5/head
Lasse Edfast 5 years ago
parent 3ed08d7dfa
commit 320b54abf6
  1. 3
      .gitignore
  2. 3
      facebook/.dockerignore
  3. BIN
      facebook/__pycache__/config.cpython-38.pyc
  4. 4
      workspace.code-workspace

3
.gitignore vendored

@ -6,4 +6,5 @@
*.pkl *.pkl
/facebook/test.py /facebook/test.py
/data/* /data/*
*.html *.html
*.code-workspace

@ -8,4 +8,5 @@
/data/* /data/*
*.html *.html
/__pycache__ /__pycache__
/README.md /README.md
*.code-workspace

@ -5,9 +5,11 @@
}, },
{ {
"path": "facebook" "path": "facebook"
},
{
"path": "db-backup"
} }
], ],
"settings": { "settings": {
"python.pythonPath": "/Users/Lasse/.pyenv/shims/python"
} }
} }
Loading…
Cancel
Save