Merge remote-tracking branch 'goodreads/master'

This commit is contained in:
Dima Gerasimov 2019-09-23 20:33:29 +01:00
commit 28b5fcbc0d
2 changed files with 174 additions and 2 deletions

17
.gitignore vendored
View file

@ -175,8 +175,21 @@ venv.bak/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
### Python Patch ###
.venv/
### Python.VirtualEnv Stack ###
# Virtualenv
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
pip-selfcheck.json
# End of https://www.gitignore.io/api/python,emacs
with_my