Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Stephen Dodson 2019-11-14 20:06:12 +00:00
commit 4719afa57f

22
.gitignore vendored
View File

@ -10,8 +10,30 @@
# PyCharm files
.idea/
# vscode files
.vscode/*
# pytest files
.pytest_cache/
# Ignore MacOSX files
.DS_Store
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/