Merge remote-tracking branch 'goodreads/master'
This commit is contained in:
commit
28b5fcbc0d
2 changed files with 174 additions and 2 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue