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
/facebook/test.py
/data/*
*.html
*.html
*.code-workspace

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

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