Merge pull request #32 from blaklaybul/update-gitignore

Ignores jupyter, virtualenv, and vscode files
This commit is contained in:
Michael Hirsch 2019-11-13 13:30:16 -05:00 committed by GitHub
commit f6a927832e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/